ADVERTISEMENT

Trump praises Japan's new prime minister, saying US is an 'ally at the strongest level'

Published Oct 28, 2025 01:36 pm
President Donald Trump, left, and Japan's Emperor Naruhito shake hands during their meeting at the Imperial Palace in Tokyo, Oct. 27, 2025. (Issei Kato/Pool Photo via AP)
President Donald Trump, left, and Japan's Emperor Naruhito shake hands during their meeting at the Imperial Palace in Tokyo, Oct. 27, 2025. (Issei Kato/Pool Photo via AP)
TOKYO (AP) — President Donald Trump began one of his busiest days of his Asia trip on Tuesday by warmly greeting the new Japanese prime minister, with plans to later speak to U.S. troops aboard an aircraft carrier and mingle with business leaders.
Although Trump is visiting one of America’s most steadfast allies in Asia, there’s no shortage of uncertainty while he’s there. Sanae Takaichi, who became the country’s first female prime minister only days ago, must solidify her relationship with Trump while defending her country’s economic interests. Trump is trying to nail down $550 billion in Japanese investment as part of a trade agreement.
As Trump and Takaichi met on Tuesday, they shook hands and he paid her a compliment: “That’s a very strong handshake."
In return, Takaichi talked about watching the third game of the U.S. World Series before the event. She said Japan would give Washington 250 cherry trees next year to honor America's 250th anniversary, as well as fireworks from Akita Prefecture for July 4 celebrations.
She used her early remarks to mention former Japanese Prime Minister Shinzo Abe, her archconservative mentor who forged a strong bond with Trump during his first term through their shared interest of golf.
“As a matter of fact, Prime Minister Abe often told me about your dynamic diplomacy,” she said.
Trump called her role as Japan's first woman prime minister as a “big deal,” putting an emphasis on the U.S. commitment to Japan. While the president in the past has publicly scolded his foreign counterparts, he had nothing but praise for Takaichi.
“Anything I can do to help Japan, we will be there,” Trump said. “We are an ally at the strongest level.”
Takaichi is primed for a charm offensive, including a potential purchase of Ford F-150 trucks. Reporters arriving for the event were hustled past a gold-hued Ford F-150 as well as what appeared to be white American-made Toyota vehicles parked outside the Akasaka Palace, which is Tokyo's guest house for visiting foreign leaders.
Trump has often complained that Japan doesn’t buy American vehicles, which are often too wide to be practical on narrow Japanese streets.
Both leaders signed the implementation of an agreement for the “golden age” of their nations' alliance. When the document was held up after signing, it ran to less than one page and reaffirmed the earlier framework by which the U.S. would tax goods imported from Japan at 15% and the creation of a $550 billion fund for Japan to invest in the U.S.
Trump and Takaichi then signed a second agreement, this one laying out a U.S.-Japan framework for securing the supply of critical minerals and rare earths. That agreement suggested that some of the investment dollars would go to the development of rare earths needed for advanced technologies.
White House press secretary Karoline Leavitt told reporters that Takaichi would be nominating Trump for the Nobel Peace Prize. The two leaders also met with people whose family members were abducted by North Korea.
The Japanese delegation made the strategic choice to serve American beef and rice during a working lunch that was mixed with Japanese ingredients, where the two leaders also discussed efforts to end Russia's war in Ukraine.
Although Trump has focused his foreign policy toward Asia around tariffs and trade, he’s also speaking aboard the USS George Washington, an aircraft carrier docked at an American naval base near Tokyo.
Trump arrived in Tokyo on Monday, when he met with the emperor in a ceremonial visit. He was previously in Kuala Lumpur, Malaysia, where he participated in the annual summit of the Association of Southeast Asian Nations.
The gathering was an opportunity for Trump to celebrate an expanded ceasefire agreement between Thailand and Cambodia, which skirmished along their disputed border earlier this year. Trump had pressured them to stop fighting by threatening to withhold trade agreements.
There were also signs that tensions between the U.S. and China were cooling ahead of a planned meeting between Trump and Chinese leader Xi Jinping, which is expected to take place in South Korea later this week. Top negotiators from each country said a trade deal was coming together, which could prevent a potentially damaging confrontation between the world’s two largest economies.
Details were scarce, and it was unclear how much any agreement would resolve long-standing issues, or if it would return the relationship to the status quo before recent confrontations. China has restructured the export of rare earth elements that are critical for high-tech manufacturing, and Trump responded by threatening tariffs that even he admits would be unsustainable.
Trump is scheduled to leave Wednesday for South Korea, which is hosting the Asia-Pacific Economic Cooperation summit.

Related Tags

WORLDNEWS President Donald Trump Japanese Prime Minister Sanae Takaichi
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.