Is Justin Trudeau related to Fidel Castro? Viral tweet surfaces in wake of Canada PM's separation from wife

A picture claiming Canadian Prime Minister Justin Trudeau is related to Former Cuban president Fidel Castro has been making rounds on the internet amid the former's separation from his wife, Sophie Grégoire Trudeau. On August 2, a Twitter user named @MattWallace888 shared a collage of the 51-year-old politician's pictures alongside Castro's.

The post garnered a huge response from Twitterati, who contributed to the conversation and speculated if the two were related. However, this is not the first time such claims have surfaced online. Similar claims made their way back in 2018 and forced the offices of the Canadian PM to clarify.

In 2018, after Fidel Castro's oldest son Fidelito died by suicide, several media houses reported that he allegedly left a note referring to Trudeau as his half-brother. The notion that Castro could be Trudeau's father gained significant popularity on social media following Castro's death in 2016.

Trudeau's controversial remarks, which lauded the deceased Cuban leader, sparked speculation and discussion surrounding this theory. The Canadian government denied the claims stating Trudeau's parents visited Cuba and met Fidel Castro over four years after the now-Prime Minister was born.

👉 For more insights, check out this resource.


Justin Trudeau and his wife are separating after 18 years of marriage

On August 2, Justin Trudeau and his wife, Sophie, announced their separation on his Instagram handle. In a lengthy statement, the duo shared their decision to separate after "many meaningful and difficult conversations."

"As always, we remain a close family with deep love and respect for each other and for everything we have built and continue to build. For the well-being of our children, we ask that you respect our and their privacy."

The duo share three kids - Xavier, Ella-Grace, and Hadrien. Former entertainment writer Sophie Grégoire Trudeau attended the same school as Justin's younger brother Michel.

👉 Discover more in this in-depth guide.

The duo crossed paths again as adults in 2003 while hosting a fundraising ball. They tied the knot in May 2005 in Montreal, Canada.

While commenting on Justin Trudeau and Sophie Grégoire Trudeau's divorce, the Prime Minister's office told Reuters:

"They have worked to ensure that all legal and ethical steps with regards to their decision to separate have been taken, and will continue to do so moving forward. Both parents will be a constant presence in their children's lives and Canadians can expect to often see the family together. The family will be together on vacation, beginning next week."

Since his father and mother's divorce in 1977, Justin Trudeau will be the first Prime Minister to undergo a divorce while still in office. Margaret Trudeau, the wife of then-Prime Minister Pierre Trudeau, reportedly left her husband, who was 29 years her senior, and their three sons for New York City. She requested a divorce after six years.

More from Sportskeeda

" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1613479, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1613479); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1613479) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1613479) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();