TextSearch

Trotsky: Five Key Facts

One of the great ideologues of the 1917 Russian Revolution, Leon Trotsky was assassinated on Stalin’s orders in Mexico eighty years ago.

· archived 5/18/2026, 12:42:42 AMscreenshotcached html
Trotsky: Five Key Facts | Barron's We've detected you are on Internet Explorer. For the best Barrons.com experience, please update to a modern browser. CHROME SAFARI FIREFOX /* theme vars (index 0 rule of the css-var stylesheet) */ :host { --colors-darken30-a: rgba(0,0,0,0.30); --colors-ink-base: #222222; --colors-ink-light010: #FFFFFF; --colors-lighten30-a: rgba(255,255,255,0.30); --colors-neutral025: #EBEBEB; --colors-neutral700: #222222; --space-presets-space010: 4px; --space-presets-space030: 12px; --space-presets-space040: 16px; --space-presets-space045: 20px; --space-presets-space050: 24px; --typography-presets-editorial-label010-font-family: Heebo, Retina Narrow, Helvetica, Arial, sans-serif; --typography-presets-editorial-label010-font-size: 13px; --typography-presets-editorial-label010-font-stretch: semi-condensed; --typography-presets-editorial-label010-font-weight: 500; --typography-presets-editorial-label010-letter-spacing: 6.2%; --typography-presets-editorial-label010-line-height: 1.25; --typography-presets-editorial-label010-text-transform: uppercase; --typography-presets-utility-body010-font-family: Heebo, Retina, Helvetica, Arial, sans-serif; --typography-presets-utility-body010-font-size: 12px; --typography-presets-utility-body010-font-stretch: normal; --typography-presets-utility-body010-font-weight: 300; --typography-presets-utility-body010-letter-spacing: 0; --typography-presets-utility-body010-line-height: 1.5; --typography-presets-utility-subheading010-font-family: Heebo, Retina, Helvetica, Arial, sans-serif; --typography-presets-utility-subheading010-font-size: 14px; --typography-presets-utility-subheading010-font-weight: 400; --typography-presets-utility-subheading010-letter-spacing: 0; --typography-presets-utility-subheading010-line-height: 1.125;; } /* dynamic vars (index 1 rule) */ :host { --items-visibility: hidden; --items-row-height: minmax(0, 0fr); --icon-rotation: 0deg; } /* static mode vars (light as default if no mode attr provided) */ :host(:not([mode='dark'])) { --bg-color: var(--colors-neutral025); --text-color: var(--colors-ink-base); --divider-color: var(--colors-darken30-a); } :host([mode='dark']) { --bg-color: var(--colors-neutral700); --text-color: var(--colors-ink-light010); --divider-color: var(--colors-lighten30-a); } nav { min-height: 32px; background-color: var(--bg-color); color: var(--text-color); display: grid; grid-template-columns: minmax(0, 1fr); grid-template-areas: 'main'; align-items: center; padding-inline: var(--space-presets-space045); line-height: 16px; } .button-wrapper { height: 32px; display: flex; grid-column: main; } button { /* resets --start-- */ border: none; margin: 0; padding: 0; width: auto; overflow: visible; background: transparent; color: inherit; font: inherit; line-height: normal; -webkit-font-smoothing: inherit; -moz-osx-font-smoothing: inherit; /* resets --end-- */ cursor: pointer; text-align: left; display: flex; align-items: center; } button .typography { font-family: var(--typography-presets-editorial-label010-font-family); font-size: var(--typography-presets-editorial-label010-font-size); font-stretch: var(--typography-presets-editorial-label010-font-stretch); font-weight: var(--typography-presets-editorial-label010-font-weight); letter-spacing: var(--typography-presets-editorial-label010-letter-spacing); line-height: var(--typography-presets-editorial-label010-line-height); text-transform: var(--typography-presets-editorial-label010-text-transform); } button .svg-wrapper { height: 16px; width: 16px; margin-inline-start: var(--space-presets-space010); display: flex; align-items: center; justify-content: center; transform: rotateX(var(--icon-rotation)); } button svg { color: var(--text-color); width: 10px; height: 10px; } .items-wrapper { grid-column: main; display: grid; visibility: var(--items-visibility); grid-template-rows: var(--items-row-height); transition: grid-template-rows 200ms ease-in-out; } .items-wrapper ul { overflow: hidden; } ul { padding: 0; margin: 0; display: flex; flex-direction: column; gap: var(--space-presets-space030); line-height: 20px; } /* gap will create space at beginning and end as well */ ul:before, ul:after { content: ''; } li { margin: 0; list-style: none; display: flex; } li :any-link { color: var(--text-color); text-decoration-line: underline; text-decoration-color: transparent; text-decoration-style: solid; text-underline-offset: 4px; transition: text-decoration-color 0.5s ease; } li a .typography { font-family: var(--typography-presets-utility-subheading010-font-family); font-size: var(--typography-presets-utility-subheading010-font-size); font-weight: var(--typography-presets-utility-subheading010-font-weight); letter-spacing: var(--typography-presets-utility-subheading010-letter-spacing); line-height: var(--typography-presets-utility-subheading010-line-height); } li :any-link:hover { text-decoration-color: currentColor; } li hr { border-width: 0; border-block-start-width: 1px; border-style: solid; border-color: var(--divider-color); margin: 0; width: 100%; } @media (min-width: 640px) { :host { --items-visibility: visible; } nav { padding-inline: var(--space-presets-space040); } .button-wrapper { display: none; } .items-wrapper { display: contents; } .items-wrapper ul { overflow: initial; } ul { grid-column: main; display: flex; flex-direction: row; gap: var(--space-presets-space050); } /* removing gap space at beginning and end */ ul:before, ul:after { content: none; } li:nth-of-type(even) { display: none; } li a .typography { font-family: var(--typography-presets-utility-body010-font-family); font-size: var(--typography-presets-utility-body010-font-size); font-stretch: var(--typography-presets-utility-body010-font-stretch); font-weight: var(--typography-presets-utility-body010-font-weight); letter-spacing: var(--typography-presets-utility-body010-letter-spacing); line-height: var(--typography-presets-utility-body010-line-height); } li hr { border-block-start-width: 0; border-inline-start-width: 1px; } } @media (min-width: 980px) { nav { padding-inline: 0; grid-template-columns: 1fr 940px 1fr; grid-template-areas: '. main .'; } } @media (min-width: 1300px) { nav { grid-template-columns: 1fr 1260px 1fr; } } Explore Our Brands WSJ Barron's MarketWatch IBD TopicsStock PicksLists & RankingsMagazineDataAdvisorPentaSubscribe Now|Sign In Barrons Trotsky: Five Key Facts Next: Share SummarySummaryU.SEuropeAsiaFXRatesFuturesETFsCryptoDJIA Futures-4836220.00S&P 500 Futures-11.254565.25Nasdaq Futures-72.2515796.75Stoxx 6000.08465.86SSE Index-50.622972.30Crude Oil0.6573.69U.S. 10 Yr-0.0124.25Bitcoin-76240020.15Dollar Index-0.07103.64Barron's 4002.051011.56 This copy is for your personal, non-commercial use only. To order presentation-ready copies for distribution to your colleagues, clients or customers visit http://www.djreprints.com. https://www.barrons.com/news/trotsky-five-key-facts-01597804805 FROM AFP NEWS Trotsky: Five Key Facts By Pascale JUILLIARD August 18, 2020 Order Reprints Print Article Text size One of the great ideologues of the 1917 Russian Revolution, Leon Trotsky was assassinated on Stalin's orders in Mexico eighty years ago. Here are some key facts about the founder of the Red Army who inspired legions of followers for decades. Prison guard's name On November 7, 1879 in southern Ukraine, then part of the Russian Empire, Lev Davidovich Bronstein was born into a wealthy Jewish family of farmers. While in Odessa pursuing his studies he joined the revolutionary movement and was arrested and deported to Siberia. He escaped in 1902, leaving behind his wife and two children, and began his first emigration, taking refuge initially in London on a fake passport under the name "Trotsky", which he took from a prison guard in Odessa. In London he met another political exile and fellow Marxist -- Vladimir Ilyich Ulyanov, or Lenin. The two men clashed at first but would later join forces in Russia for the revolution. Life in exile Trotsky lived a very peripatetic life, residing in several countries in Europe and the United States. After London he went on to Munich and then Geneva with Natalia Sedova whom he met in Paris and would become his second wife. Trotsky was back in Russia in 1905 during its first revolution and there he joined the first "Soviet", or Council of Workers in Saint Petersburg, where he was again arrested and deported for life to Siberia. And again he escaped to begin his second emigration, which took him to Vienna, Zurich, Paris and the United States, from where he travelled back to Russia for the 1917 revolution. After Lenin's death in 1924, Trotsky was ousted by his rival Joseph Stalin and expelled from the Soviet Union in 1929. He went to Turkey, France and Norway, before taking refuge in Mexico, where he would remain for the rest of his life.Red Army founder In the years after the 1917 revolution, while civil war raged in Russia between the "red" Bolsheviks and the "whites" who opposed the new regime, Trotsky founded the Red Army. In less than three years it counted some five million men, compared with the Red Guards who had no more than a few thousand volunteers. Trotsky mobilised the troops by travelling thousands of kilometres (thousands of miles) in an armoured train across the vast country, using his talents as a speaker to inspire soldiers while not hesitating to have deserters and opponents shot.Permanent revolution While Stalin pursued "socialism in one country", Trotsky championed "permanent revolution" worldwide. In 1938 in Paris he founded the revolutionary organisation known as the Fourth International, intended as an alternative to the Third International installed in Russia under Stalin. Its aim was to create a new world socialist party true to Lenin's ideas and that would spread the revolution. For decades afterwards, a wide range of parties and groups have called themselves Trotskyist.Death by ice pick By the time Trotsky took refuge in Mexico in 1937, Stalin's purges --  which saw Soviet citizens deemed hostile to the regime executed, incarcerated and exiled in vast numbers -- had started. On May 24, 1940, Trotsky escaped an assassination attempt when a commando stormed his home in Mexico City and machine-gunned the bedroom where he slept with his wife. Three months later, on the night of August 20, Ramon Mercader, a Spanish communist working as an agent for the Soviet Union, visited Trotsky's home under the pretext of showing him an article. Barron's Newsletters The Barron's Daily A morning briefing on what you need to know in the day ahead, including exclusive commentary from Barron's and MarketWatch writers. I would also like to receive updates and special offers from Dow Jones and affiliates. I can unsubscribe at any time. I agree to the Privacy Policy and Cookie Policy. Enter your Email SIGN UP You have been successfully subscribed to The Barron's Daily. Your first delivery will arrive within two days. Continue Reading While Trotsky sat at his desk, engrossed in reading, Mercader plunged an ice pick into his head. Trotsky died the next day in a hospital in Mexico City. He was 60 years old. The Barron's news department was not involved in the creation of the content above. This article was produced by AFP. For more information go to AFP.com.© Agence France-Presse Close Trotsky: Five Key Facts One of the great ideologues of the 1917 Russian Revolution, Leon Trotsky was assassinated on Stalin's orders in Mexico eighty years ago. From To Message SEND An error has occurred, please try again later. Thank you This article has been sent to Barron'sTopicsCryptocurrenciesDataMagazineMarketsStock PicksMarket Brief VideosBarron's LiveRoundtableBarron's Stock ScreenPersonal FinanceStreetwiseAdvisor DirectoryMembershipsSubscribe to Barron'sToolsSaved ArticlesWatchlistNewslettersVideo CenterCustomer ServiceCustomer CenterNetworkThe Wall Street JournalMarketWatchInvestor's Business DailyPentaMansion GlobalFinancial News LondonNewsstandBuy IssuesReprintsE-EditionFor BusinessCorporate SubscriptionsFor EducationInvesting in EducationFor AdvertisersPress & Media InquiriesAdvertisingAccountSign InSubscriber BenefitsManage NotificationsManage AlertsAbout Barron'sLive EventsCentennialLegalData PolicyYour Ad ChoicesSubscriber Agreement & Terms of UseCommunity RulesBarron's ArchivePrivacy NoticeCookie NoticeCopyright PolicyAccessibilityCopyright © 2023 Dow Jones & Company, Inc. All Rights Reserved. Copyright ©2023 Dow Jones & Company, Inc. All Rights Reserved This copy is for your personal, non-commercial use only. Distribution and use of this material are governed by our Subscriber Agreement and by copyright law. For non-personal use or to order multiple copies, please contact Dow Jones Reprints at 1-800-843-0008 or visit www.djreprints.com.