THREAD: TAJ MAHAL REAL HISTORY
In this Thread, I will prove with facts and arguments that Taj Mahal wasn't built by Mughal Emperor Shahjahan
Read it carefully and propagate the information

1) The biggest proof of Shahjahan’s taking this building from another rather than building it himself is
found in Shahjahan’s own official chronicle, Badshahnama (Bibliotheca Indica series of the Asiatic Society of Bengal publication, page 403, Volume I).
Therein he admits that the TajMahal is Raja Mansingh’s mansion which, when taken over for Mumtaz’s burial. This is an obvious proof that the current history of the Taj Mahal as we know it, that it was built by Shahjahan for his wife, is completely false.
2) Had Shahjahan really conceived and built the Taj himself, description of its construction must had to be mentioned in the official chronicle. Such an event would not have been forgotten by anyone.
Furthermore, if a stupendous monument like the Taj is built, there certainty
would be a burial date that would not go unrecorded. However, the burial date is not only unrecorded, but the date of the time in which Mumtaz must have been buried in the Taj varies from six months to nine years of her death!!
3) Mumtaz being one of many wives of shahjahan never deserves a grand monument ( You obviously know how much Izl@m respects women). Even historically there is no record of any special out-of-the-ordinary attachment or romance between Shahjahan and Mumtaz during their life
Thus, the story is just a romantic
concoction to justify the usurping of the Taj Mahal
4) Furthermore, Shahjahan was no patron of the arts. The decorative patterns that cover the Taj are not only entirely of Indian flora but also of sacred Hindu motifs like the lotus
Such “k@fir” characteristics, according to Muslim beliefs, would never allow any peace for the departed souls lying buried underneath
5) Other points to consider include that there is a doorway in the Taj Mahal premises that is kept locked by the Archeological Survey of India. This door leads down a stately staircase to a massive, octagonal, seven-storied water well
Why is it required in a Burial house?
6) Carbon-14 dating of Doorways of Taj Mahal was done by Dr. Evan Williams, Director of the Brooklyn College Radiocarbon Laboratory, provided that even the door was pre-Shahjahan
Similar samples taken from
Fatehpur Sikri also proved that that township, usually attributed to the 3rd-generation Mogul emperor Akbar, is also much more ancient.”

More from History

You May Also Like

1/ Here’s a list of conversational frameworks I’ve picked up that have been helpful.

Please add your own.

2/ The Magic Question: "What would need to be true for you


3/ On evaluating where someone’s head is at regarding a topic they are being wishy-washy about or delaying.

“Gun to the head—what would you decide now?”

“Fast forward 6 months after your sabbatical--how would you decide: what criteria is most important to you?”

4/ Other Q’s re: decisions:

“Putting aside a list of pros/cons, what’s the *one* reason you’re doing this?” “Why is that the most important reason?”

“What’s end-game here?”

“What does success look like in a world where you pick that path?”

5/ When listening, after empathizing, and wanting to help them make their own decisions without imposing your world view:

“What would the best version of yourself do”?
Nano Course On Python For Trading
==========================
Module 1

Python makes it very easy to analyze and visualize time series data when you’re a beginner. It's easier when you don't have to install python on your PC (that's why it's a nano course, you'll learn python...

... on the go). You will not be required to install python in your PC but you will be using an amazing python editor, Google Colab Visit
https://t.co/EZt0agsdlV

This course is for anyone out there who is confused, frustrated, and just wants this python/finance thing to work!

In Module 1 of this Nano course, we will learn about :

# Using Google Colab
# Importing libraries
# Making a Random Time Series of Black Field Research Stock (fictional)

# Using Google Colab

Intro link is here on YT: https://t.co/MqMSDBaQri

Create a new Notebook at https://t.co/EZt0agsdlV and name it AnythingOfYourChoice.ipynb

You got your notebook ready and now the game is on!
You can add code in these cells and add as many cells as you want

# Importing Libraries

Imports are pretty standard, with a few exceptions.
For the most part, you can import your libraries by running the import.
Type this in the first cell you see. You need not worry about what each of these does, we will understand it later.