Ana Sayfa›Dünya›Analysis: Trump declares victory, no mat…
🌍 Dünya
Analysis: Trump declares victory, no matter what, and the Iran war is the latest example
AP News World·🕐 1 sa önce·👁 0 görüntülenme
Former President Donald Trump returns from a lunch break at Manhattan Criminal Court, May 28, 2024, in New York. (AP Photo/Julia Nikhinson, Pool, File) 2026-04-12T11:56:40Z WASHINGTON (AP) — In the January 2004 pilot of “The Apprentice,” Donald Trump said something he would never admit today. “It wasn’t always so easy,” he intones via voice-over, noting that by the late 1980s, “I was seriously in trouble” and “billions of dollars in debt.” It is one of the few times Trump has ever publicly acknowledged failure. Even then, he was reading a script meant to promote against-the-odds credentials for viewers, previewing the combative charisma that propelled his political career a decade later. “I fought back,” Trump said. “And I won. Big league.” Trump never loses. At least in his telling. He declared victory within days of the Iran war starting, and repeated it constantly, even as Tehran struck U.S. and allied targets and choked off the Strait of Hormuz, spreading economic pain around the globe. With a ceasefire now in place, Trump says the United States has accomplished its goals. The president is extolling a change in rule after Iran’s supreme leader, Ayatollah Ali Khamenei, was killed. But he was replaced by his son, Mojtaba Khamenei, who is seen as more hard-line. Trump says Iran will not be allowed to have a nuclear weapon, but Tehran has stockpiles of enriched uranium. The strait is reopening — under Iranian military control. When The Wall Street Journal’s editorial board wrote that Trump had claimed a premature win in Iran, the president responded in a social media post Thursday, “Actually, it is a Victory.” /* Desktop-first: fully collapse by default */ #ap-readmore-embed { display: none; margin: 0; padding: 0; height: 0; min-height: 0; overflow: hidden; text-align: center; position: relative; z-index: 2; } /* Only show on mobile */ @media (max-width: 767px) { #ap-readmore-embed { display: block; margin: 28px 0; height: auto; overflow: visible; } } #ap-readmore-embed .ap-readmore-btn { appearance: none; -webkit-appearance: none; border: 0; background: #000; color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border-radius: 999px; font-family: inherit, "AP Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; font-weight: 700; font-size: 16px; letter-spacing: 0.2px; line-height: 1; box-shadow: 0 10px 18px rgba(0,0,0,0.12); transition: transform 120ms ease, box-shadow 120ms ease, opacity 120ms ease; touch-action: manipulation; -webkit-tap-highlight-color: transparent; position: relative; z-index: 3; } #ap-readmore-embed .ap-readmore-btn:hover { transform: translateY(-1px); box-shadow: 0 14px 22px rgba(0,0,0,0.16); } #ap-readmore-embed .ap-readmore-btn:active { transform: translateY(0); box-shadow: 0 10px 18px rgba(0,0,0,0.12); opacity: 0.95; } #ap-readmore-embed .ap-readmore-btn:focus-visible { outline: 3px solid rgba(228, 0, 43, 0.35); outline-offset: 3px; } #ap-readmore-embed .ap-readmore-icon { width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); margin-top: -2px; } #ap-readmore-embed .ap-readmore-fade { display: none; height: 48px; margin-top: -48px; pointer-events: none; background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); } Read More (function () { var APRM_EMBED_ID = "ap-readmore-embed"; var APRM_MOBILE_MQ = "(max-width: 767px)"; function APRM_onReady(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } APRM_onReady(function () { var APRM_embedEl = document.getElementById(APRM_EMBED_ID); if (!APRM_embedEl) return; // 🚨 DESKTOP: remove entire module wrapper and bail early if (!window.matchMedia(APRM_MOBILE_MQ).matches) { var APRM_rootModule = APRM_embedEl.closest(".HTMLModuleEnhancement") || APRM_embedEl.closest(".HtmlModule"); if (APRM_rootModule && APRM_rootModule.parentNode) { APRM_rootModule.parentNode.removeChild(APRM_rootModule); } else if (APRM_embedEl.parentNode) { APRM_embedEl.parentNode.removeChild(APRM_embedEl); } return; // stop the rest of the script from running } }); })(); (function () { var EMBED_ID = "ap-readmore-embed"; var BTN_ID = "apReadMoreBtn"; var FADE_ID = "apReadMoreFade"; var STOP_SELECTOR = ".Page-below"; var SIGN_IN_GATE_SELECTOR = ".sign-in-gate-content"; var HIDDEN_ATTR = "data-ap-readmore-hidden"; var MOBILE_MQ = "(max-width: 767px)"; function ready(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } function isElementNode(n) { return n && n.nodeType === 1; } function cancelEvent(e) { if (!e) return; if (typeof e.preventDefault === "function") e.preventDefault(); if (typeof e.stopPropagation === "function") e.stopPropagation(); if (typeof e.stopImmediatePropagation === "function") e.stopImmediatePropagation(); e.cancelBubble = true; e.returnValue = false; } function collapseDesktopEmbed(embed) { if (!embed) return true; if (!window.matchMedia(MOBILE_MQ).matches) { var maybeWrappers = [ embed.parentElement, embed.closest(".html-embed"), embed.closest("[data-type='htmlembed']"), embed.closest("[class*='embed']"), embed.closest("[class*='Embed']") ].filter(Boolean); embed.style.display = "none"; embed.style.margin = "0"; embed.style.padding = "0"; embed.style.height = "0"; embed.style.minHeight = "0"; embed.style.overflow = "hidden"; maybeWrappers.forEach(function (el) { el.style.margin = "0"; el.style.padding = "0"; el.style.height = "0"; el.style.minHeight = "0"; el.style.overflow = "hidden"; }); if (embed.parentNode) { embed.parentNode.removeChild(embed); } return true; } return false; } ready(function () { var embed = document.getElementById(EMBED_ID); var btn = document.getElementById(BTN_ID); var fade = document.getElementById(FADE_ID); if (!embed || !btn) return; if (collapseDesktopEmbed(embed)) return; var signInGate = document.querySelector(SIGN_IN_GATE_SELECTOR); if (signInGate) { embed.innerHTML = ""; return; } // — Analytics: impression when embed enters viewport — if ("IntersectionObserver" in window) { var io = new IntersectionObserver(function (entries, observer) { if (entries[0].isIntersecting) { window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: "ap_readmore_impression" }); observer.disconnect(); } }, { threshold: 0 }); io.observe(btn); } var stopEl = document.querySelector(STOP_SELECTOR); if (!stopEl) return; var rootCandidates = [ embed.closest(".Page"), embed.closest("article"), embed.closest("main"), document.body ].filter(Boolean); var root = rootCandidates.find(function (c) { return c.contains(stopEl); }) || document.body; var all = root.getElementsByTagName("*"); var hidden = []; for (var i = 0; i On Saturday he posted that news outlets “love saying that Iran is ‘winning’ when, in fact, everyone knows that they are LOSING, and LOSING BIG!” Asked later in the day about the state of negotiations with Iran, Trump responded, “Regardless what happens, we win.” Claiming the winner’s mantle has been part of Trump’s psyche since he was a young man and a New York real estate developer. It has persisted on matters great and small. The golf tournaments at his clubs, where he is the perennial champion. The adverse court rulings where he insists things went his way. The deals he announces that are never consummated. “He has this fictional narrative in his head” and is “like a screenwriter,” said David Cay Johnston, author of “The Making of Donald Trump.” “When you need to change the narrative, you just change it. ” No example is as stark as Trump’s rejection of his loss to Democrat Joe Biden in the 2020 election, an outcome affirmed in 60-plus court cases and by his own attorney general. Yet Trump has declared victory so often that his supporters believe him. He knows the power of repetition and volume. This is the world of Trump — pitchman and president, shaper of his story and others’, sloganeering his way through his second term. One baseball cap he wears and hawks encapsulates the approach in five words: “TRUMP WAS RIGHT ABOUT EVERYTHING.” Sign up for Morning Wire: Our flagship newsletter breaks down the biggest headlines of the day. Email address Sign up By checking this box, you agree to AP's Terms of Use and acknowledge that AP may collect and use your data pursuant to our Privacy Policy. [data-ap-newsletter-embed-nlmw25] { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; width: 100%; max-width: 720px; min-width: 0; padding: 16px 16px 16px 16px; box-sizing: border-box; border-radius: 8px; border: 1px solid #E6E6E7; background: #F2F2F2; box-shadow: 0 4px 4px 4px rgba(102, 102, 102, 0.40); font-family: "AP Var", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; color: #000; container-type: inline-size; container-name: ap-nl-nlmw25; margin-left: auto; margin-right: auto; align-self: center; justify-self: center; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-accent-nlmw25 { width: 48px; height: 6px; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-title-nlmw25 { align-self: stretch; color: #000; font-family: "AP Var", system-ui, sans-serif; font-size: 18px; font-style: normal; font-weight: 400; line-height: 150%; margin: 0; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-title-nlmw25 strong { font-weight: 700; line-height: 130%; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-form-nlmw25 { margin: 0; display: flex; flex-direction: column; gap: 16px; width: 100%; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-row-nlmw25 { display: flex; align-items: center; gap: 12px; width: 100%; flex-wrap: nowrap; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-input-nlmw25 { width: 100%; min-width: 0; border: 1px solid #E6E6E7; border-radius: 10px; padding: 11px 12px; font-size: 14px; line-height: 1.2; outline: none; box-sizing: border-box; background: #fff; color: #000; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-input-wrapper-nlmw25 { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; flex: 1 0 0; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-input-nlmw25:focus { border-color: rgba(0,0,0,.35); box-shadow: 0 0 0 3px rgba(255, 50, 46, 0.18); } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-button-nlmw25 { display: flex; justify-content: center; align-items: center; height: 40px; max-height: 40px; padding: 8px 16px; border-radius: 24px; background: #191919; color: #ffffff; border: none; font-size: 14px; font-weight: 600; line-height: 1; cursor: pointer; white-space: nowrap; transition: background 150ms ease, transform 120ms ease; flex: 0 0 auto; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-button-nlmw25:hover { background: #000000; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-button-nlmw25:active { transform: scale(0.98); } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-disclaimer-nlmw25 { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; align-self: stretch; background: rgba(255, 255, 255, 0); background-blend-mode: multiply; margin: 0; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-check-nlmw25 { display: flex; gap: 8px; align-items: flex-start; user-select: none; cursor: pointer; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-checkbox-nlmw25 { margin-top: 2px; width: 16px; height: 16px; accent-color: var(--ap-accent); flex: 0 0 auto; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-checktext-nlmw25 { font-size: 12px; line-height: 1.35; color: var(--ap-muted); } [data-ap-newsletter-embed-nlmw25] a { color: var(--ap-text); text-decoration: underline; text-underline-offset: 2px; } [data-ap-newsletter-embed-nlmw25] a:hover { color: var(--ap-accent); } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-messages-nlmw25 { margin: 0; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-error-nlmw25:empty, [data-ap-newsletter-embed-nlmw25] .ap-newsletter-help-nlmw25:empty { display: none; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-help-nlmw25 { margin: 0; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-messages-nlmw25:has(.ap-newsletter-error-nlmw25:empty):has(.ap-newsletter-help-nlmw25:empty) { display: none; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-error-nlmw25 { margin: 0; font-size: 12px; line-height: 1.35; color: var(--ap-error); min-height: 1.2em; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-help-nlmw25 { margin: 6px 0 0; font-size: 12px; line-height: 1.35; color: var(--ap-muted); } [data-ap-newsletter-embed-nlmw25].is-submitted-nlmw25 .ap-newsletter-input-nlmw25 { background: rgba(0,0,0,.04); border-color: rgba(0,0,0,.10); color: rgba(0,0,0,.70); cursor: default; } [data-ap-newsletter-embed-nlmw25].is-submitted-nlmw25 .ap-newsletter-button-nlmw25 { display: none; } [data-ap-newsletter-embed-nlmw25].is-submitted-nlmw25 .ap-newsletter-disclaimer-nlmw25 { display: none; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-bot-field-nlmw25 { position: absolute !important; left: -9999px; top: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; } [data-ap-newsletter-embed-nlmw25] .ap-sr-only-nlmw25 { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; } @container ap-nl-nlmw25 (max-width: 420px) { [data-ap-newsletter-embed-nlmw25] { max-width: 350px; padding: 16px; gap: 12px; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-form-nlmw25 { gap: 12px; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-row-nlmw25 { flex-direction: column; align-items: stretch; gap: 12px; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-button-nlmw25 { width: 100%; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-input-wrapper-nlmw25, [data-ap-newsletter-embed-nlmw25] .ap-newsletter-input-nlmw25 { width: 100%; } } @media (max-width: 420px) { [data-ap-newsletter-embed-nlmw25] { max-width: 350px; padding: 16px; gap: 12px; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-form-nlmw25 { gap: 12px; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-row-nlmw25 { flex-direction: column; align-items: stretch; gap: 12px; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-button-nlmw25 { width: 100%; } [data-ap-newsletter-embed-nlmw25] .ap-newsletter-input-wrapper-nlmw25, [data-ap-newsletter-embed-nlmw25] .ap-newsletter-input-nlmw25 { width: 100%; } } const NL_DEFAULT_CONFIG_NLMW25 = { apiUrl: '/api/newsletter/signup', defaultNewsletterList: ['Morning Wire Subscribers'], recaptchaSiteKey: '6Lf06WQrAAAAABB9Ms3Gru2SFLSxUYrLqP5YLDMn', recaptchaHeader: 'X-ReCaptcha-Token', /* UTM params to append to the page URL used as the request referrer. This does NOT modify the subscription payload. */ referrerUtmParams: { utm_source: 'embed' }, messages: { invalidEmail: 'Please use a valid email address.', disclaimerRequired: 'Please check disclaimer before proceeding.', invalidBoth: 'Please provide a valid email address, and check disclaimer.', genericError: 'Something went wrong. Please try again later.', botBlocked: 'Please try again.', recaptchaLoadFail: 'Failed to load reCAPTCHA. Please refresh the page and try again.', recaptchaRequired: 'reCAPTCHA verification is required. Please ensure reCAPTCHA is loaded on this page.', recaptchaFailed: 'reCAPTCHA verification failed. Please refresh the page and try again.', verificationFailed: 'Verification failed. Please try again.' } }; (function (nlConfigNLMW25) { const nlEmailRegexNLMW25 = /^[^\s@]+@[^\s@]+\.[^\s@]{2,}$/; const nlRecaptchaCheckIntervalNLMW25 = 100; const nlRecaptchaMaxAttemptsNLMW25 = 50; function nlIsValidEmailNLMW25(email) { return nlEmailRegexNLMW25.test(String(email || '').trim()); } function nlBuildReferrerUrlNLMW25(utmParams) { try { const url = new URL(window.location.href); Object.entries(utmParams || {}).forEach(([key, value]) => { if (value !== undefined && value !== null && value !== '') { url.searchParams.set(key, value); } }); return url.toString(); } catch (err) { console.warn('Unable to build referrer URL with UTM params:', err); return window.location.href; } } function nlLoadRecaptchaScriptNLMW25(siteKey, callback) { if (typeof window.grecaptcha !== 'undefined') { callback && callback(); return; } const existingScript = document.querySelector('script[src*="recaptcha/api.js"]'); if (existingScript) { const checkInterval = setInterval(() => { if (typeof window.grecaptcha !== 'undefined') { clearInterval(checkInterval); callback && callback(); } }, nlRecaptchaCheckIntervalNLMW25); return; } const script = document.createElement('script'); script.src = `https://www.google.com/recaptcha/api.js?render=${encodeURIComponent(siteKey)}`; script.async = true; script.defer = true; script.onload = () => callback && callback(); script.onerror = () => { console.error('Failed to load reCAPTCHA script'); callback && callback(false); }; document.head.appendChild(script); } function nlWaitForRecaptchaNLMW25(callback, maxAttempts = nlRecaptchaMaxAttemptsNLMW25) { let attempts = 0; const checkRecaptcha = () => { attempts++; if ( typeof window.grecaptcha !== 'undefined' && typeof window.grecaptcha.execute === 'function' ) { callback(true); } else if (attempts token && token.length > 0 ? token : null) .catch(error => { const errorMsg = error?.message || String(error); if ( errorMsg.includes('No reCAPTCHA clients') || errorMsg.includes('not initialized') || errorMsg.includes('Invalid site key') ) { throw new Error('recaptcha_failed'); } throw error; }); } const nlEmbedsNLMW25 = document.querySelectorAll('[data-ap-newsletter-embed-nlmw25]'); nlEmbedsNLMW25.forEach((rootNLMW25, idxNLMW25) => { const formNLMW25 = rootNLMW25.querySelector('.ap-newsletter-form-nlmw25'); const emailInputNLMW25 = rootNLMW25.querySelector('.ap-newsletter-input-nlmw25'); const checkboxNLMW25 = rootNLMW25.querySelector('.ap-newsletter-checkbox-nlmw25'); const errorElNLMW25 = rootNLMW25.querySelector('.ap-newsletter-error-nlmw25'); const helpElNLMW25 = rootNLMW25.querySelector('.ap-newsletter-help-nlmw25'); const botFieldNLMW25 = rootNLMW25.querySelector('.ap-newsletter-bot-field-nlmw25'); const recaptchaDivNLMW25 = rootNLMW25.querySelector('.ap-newsletter-recaptcha-nlmw25'); let nlIsSubmittingNLMW25 = false; const newsletterListNLMW25 = nlConfigNLMW25.defaultNewsletterList; const recaptchaSiteKeyNLMW25 = nlConfigNLMW25.recaptchaSiteKey; const requestReferrerNLMW25 = nlBuildReferrerUrlNLMW25(nlConfigNLMW25.referrerUtmParams); const emailIdNLMW25 = `nl-email-nlmw25-${idxNLMW25}`; const helpIdNLMW25 = `nl-help-nlmw25-${idxNLMW25}`; const errIdNLMW25 = `nl-error-nlmw25-${idxNLMW25}`; const recaptchaIdNLMW25 = `recaptcha-nlmw25-${idxNLMW25}`; emailInputNLMW25.id = emailIdNLMW25; helpElNLMW25.id = helpIdNLMW25; errorElNLMW25.id = errIdNLMW25; if (recaptchaDivNLMW25) { recaptchaDivNLMW25.id = recaptchaIdNLMW25; if (recaptchaSiteKeyNLMW25) { recaptchaDivNLMW25.setAttribute('data-sitekey', recaptchaSiteKeyNLMW25); } } emailInputNLMW25.setAttribute('aria-describedby', `${helpIdNLMW25} ${errIdNLMW25}`); const nlSetErrorNLMW25 = (msg) => { errorElNLMW25.textContent = msg || ''; errorElNLMW25.style.display = msg ? 'block' : 'none'; }; const nlHideErrorNLMW25 = () => nlSetErrorNLMW25(''); const nlSetSubmittedNLMW25 = () => { rootNLMW25.classList.add('is-submitted-nlmw25'); emailInputNLMW25.value = 'SUBMITTED'; emailInputNLMW25.style.fontWeight = 'bold'; emailInputNLMW25.setAttribute('readonly', 'readonly'); emailInputNLMW25.setAttribute('aria-invalid', 'false'); nlHideErrorNLMW25(); }; const nlSubscribeNLMW25 = (tokenNLMW25) => { if (nlIsSubmittingNLMW25) return; if (botFieldNLMW25?.value) { console.warn('Bot field filled --', botFieldNLMW25.value); nlSetErrorNLMW25(nlConfigNLMW25.messages.botBlocked); return; } const emailNLMW25 = String(emailInputNLMW25.value || '').trim(); const emailOkNLMW25 = nlIsValidEmailNLMW25(emailNLMW25); const disclaimerOkNLMW25 = checkboxNLMW25.checked; if (!emailOkNLMW25 && !disclaimerOkNLMW25) { nlSetErrorNLMW25(nlConfigNLMW25.messages.invalidBoth); emailInputNLMW25.setAttribute('aria-invalid', 'true'); emailInputNLMW25.focus(); return; } if (!emailOkNLMW25) { nlSetErrorNLMW25(nlConfigNLMW25.messages.invalidEmail); emailInputNLMW25.setAttribute('aria-invalid', 'true'); emailInputNLMW25.focus(); return; } if (!disclaimerOkNLMW25) { nlSetErrorNLMW25(nlConfigNLMW25.messages.disclaimerRequired); checkboxNLMW25.focus(); return; } nlIsSubmittingNLMW25 = true; const headersNLMW25 = { 'Content-Type': 'application/json' }; if (tokenNLMW25) { headersNLMW25[nlConfigNLMW25.recaptchaHeader] = tokenNLMW25; } fetch(nlConfigNLMW25.apiUrl, { method: 'POST', headers: headersNLMW25, body: JSON.stringify({ emailId: emailNLMW25, newsLetterListToSubscribe: newsletterListNLMW25 }), /* This is the key change: send the current page URL + UTM params as the referrer. Example: https://.../article/... ?utm_source=embed */ referrer: requestReferrerNLMW25, referrerPolicy: 'strict-origin-when-cross-origin' }) .then(response => response.json() .then(data => ({ status: response.status, data })) .catch(() => ({ status: response.status, data: null })) ) .then(result => { nlIsSubmittingNLMW25 = false; const hasVerificationErrorNLMW25 = result.data && ( result.data.message?.includes('Verification Failed') || result.data.error?.includes('Verification Failed') ); if (hasVerificationErrorNLMW25) { nlSetErrorNLMW25(nlConfigNLMW25.messages.verificationFailed); return; } if (result.status === 200) { if (typeof window.NLSignup === 'function') { try { window.NLSignup(emailNLMW25); } catch (err) {} } window.dispatchEvent(new CustomEvent('nl:newsletterSignup:nlmw25', { detail: { email: emailNLMW25, source: 'Morning Wire Embed', newsletters: newsletterListNLMW25, referrer: requestReferrerNLMW25 } })); nlSetSubmittedNLMW25(); } else { const errorMsgNLMW25 = result.data?.message || result.data?.error || nlConfigNLMW25.messages.genericError; nlSetErrorNLMW25(errorMsgNLMW25); } }) .catch(error => { nlIsSubmittingNLMW25 = false; console.error('Newsletter subscription error:', error); nlSetErrorNLMW25(nlConfigNLMW25.messages.genericError); }); }; const nlAttemptRecaptchaNLMW25 = () => { if (!recaptchaSiteKeyNLMW25) { nlWaitForRecaptchaNLMW25(isAvailable => { if (!isAvailable) { nlSetErrorNLMW25(nlConfigNLMW25.messages.recaptchaRequired); nlIsSubmittingNLMW25 = false; return; } nlExecuteRecaptchaNLMW25() .then(token => nlSubscribeNLMW25(token)) .catch(() => nlSubscribeNLMW25(null)); }); return; } nlLoadRecaptchaScriptNLMW25(recaptchaSiteKeyNLMW25, success => { if (success === false) { nlSetErrorNLMW25(nlConfigNLMW25.messages.recaptchaLoadFail); nlIsSubmittingNLMW25 = false; return; } nlWaitForRecaptchaNLMW25(isAvailable => { if (!isAvailable) { nlSetErrorNLMW25(nlConfigNLMW25.messages.recaptchaRequired); nlIsSubmittingNLMW25 = false; return; } const runExecuteNLMW25 = () => { nlExecuteRecaptchaNLMW25() .then(token => nlSubscribeNLMW25(token)) .catch(error => { if (error?.message === 'recaptcha_failed') { nlSetErrorNLMW25(nlConfigNLMW25.messages.recaptchaFailed); nlIsSubmittingNLMW25 = false; } else { console.warn('reCAPTCHA error:', error); nlSubscribeNLMW25(null); } }); }; if (typeof window.grecaptcha.ready === 'function') { window.grecaptcha.ready(runExecuteNLMW25); } else { runExecuteNLMW25(); } }); }); }; formNLMW25.addEventListener('submit', e => { e.preventDefault(); if (rootNLMW25.classList.contains('is-submitted-nlmw25') || nlIsSubmittingNLMW25) return; nlHideErrorNLMW25(); nlAttemptRecaptchaNLMW25(); }); emailInputNLMW25.addEventListener('input', () => { nlHideErrorNLMW25(); emailInputNLMW25.setAttribute('aria-invalid', 'false'); }); checkboxNLMW25.addEventListener('change', nlHideErrorNLMW25); }); })(NL_DEFAULT_CONFIG_NLMW25); “It’s much easier to lead when you’re successful and you’re winning,” Trump told a recent Saudi investment conference in Florida, where he also noted, “I always like to hang around losers, actually, because it makes me feel better.” “People follow you if you win,” Trump added. White Houses for decades have tried to cast bad news as good in hopes of softening unfavorable assessments of politics, policy and even war. But Trump has made always winning a core of his presidency. The Supreme Court strikes down his signature tariffs? Trump vows to work around the ruling so his import taxes can be “used in a much more powerful and obnoxious way, with legal certainty.” If promised investments in the U.S. that he’s promoted don’t actually materialize, he just says they did while sometimes inflating their fictitious value. His Department of Justice stops appealing court rulings blocking executive orders meant to punish big law firms, then it reverses course because non-appeals might look like admitting defeat. This form of alternative programming has become a governing principle — and a Trump family value. One of the president’s sons, Eric, said his father “has never needed to project a ‘winning image.’” “He IS the definition of a winner,” the younger Trump said in a statement, “based on what he has built and accomplished.” ‘That was the messaging strategy’ Sarah Matthews, a former first-term Trump White House deputy press secretary who resigned when a mob of Trump supporters rioted at the Capitol on Jan. 6, 2021, said the president’s “ego won’t allow him to acknowledge defeat” and that “reality just kind of bends” to it. “That was the messaging strategy,” Matthews said. “It was, ‘How can we redefine this loss as a victory?’” She said she regrets it now, but back then, there was “always a way to find an excuse to justify that loss and defend his position.” More recently, Trump’s second-term White House marked his first year back in office by listing “365 wins” over the same number of days. Those included some repetitive and exaggerated claims and also touted rising stock markets, falling gas prices and strong job creation that are mostly no longer true since the Iran war began. White House spokesman Davis Ingle said Trump “proudly projects the unmatched greatness of our country consistently in his public comments.” John Bolton was one of Trump’s first-term national security advisers and an early supporter of the U.S. and Israel striking Iran. But he said that Trump’s declaration of victory over Iran was always “baked in the cake” regardless of the actual outcome. “The world for him is divided into winners and losers,” Bolton said. “And he’s always a winner.” Presenting setbacks as wins isn’t new In 1973, federal authorities sued Trump and his father, alleging racial discrimination in renting apartments their company built in Brooklyn and Queens, two New York City boroughs. Urging the Trumps to countersue was Roy Cohn, the notorious lawyer who aggressively promoted Sen. Joseph McCarthy’s anti-communist “red scare” hearings of the 1950s. The case was settled after both sides signed an agreement two years later prohibiting the Trumps from “discriminating against any person.” The future Republican president said it was a victory, noting there had been no admission of guilt — despite the Justice Department calling the settlement “one of the most far-reaching ever negotiated.” Trump first met Cohn in 1973 at Manhattan’s exclusive Le Club, and Cohn is credited with imparting key rules, including never admitting you are wrong or admitting defeat and attacking anyone who attacks you. Cohn “taught Donald, you never concede as much as a comma,” Johnston said. “Whatever position you’ve taken, that’s the position, and anybody who challenges you, they’re wrong. They’re disgusting. They’re incompetent. They’re idiotic,” Johnston said. “If they’re law enforcement, they’re corrupt.” Bankruptcies didn’t dent Trump’s image Through the years, Trump consistently lost money, launching failed lines of namesake products that included steaks, bottled water, vodka, a magazine, an airline, a home mortgage concern and online classes. His Trump Plaza Hotel filed for bankruptcy, his New Jersey Generals of the United States Football League folded and the Tour de Trump cycling race never became the U.S. answer to the Tour de France. Barbara Res, who worked for Trump at his company for nearly two decades, remembers him being fond of pitting top executives against one another to ensure he remained the most powerful voice, even as losses mounted. For today’s Trump, she said, “Nothing is wrong to him, if it helps him.” “He wasn’t always like that. He understood the difference before,” said Res, author of “Tower of Lies: What My Eighteen Years of Working With Donald Trump Reveals About Him.” “I can’t say why he changed. It could be because he has so much power. Or because he never really believed it.” None of that tarnished Trump’s self-projected image as rich and famous, which was supercharged by the TV hit “The Apprentice.” But Robert Thompson, a Syracuse University professor of television and popular culture, said that success was built on earlier factors, including the appealing hubris built into the title of Trump’s 1987 book, “The Art of the Deal,” his aggressive courting of media attention and his obsession with naming things after himself. That helped Trump become the “stock character of billionaire,” landed him on the likes of “The Jeffersons,” “The Fresh Prince of Bel-Air,” “The Nanny,” and in “Home Alone 2,” Thompson said. “When you need someone to quickly and efficiently represent ‘American Rich Guy,’ Trump has kind of cast himself in that position,” Thompson said, “and everybody goes along with it.” Trump did not acknowledge his staggering losses. After his three casinos in Atlantic City, New Jersey, filed for bankruptcy, he insisted to The Associated Press in 2016 that Atlantic City had been “a great period for me.” Starting in 2007, meanwhile, he became a mainstay with WWE executive Vince McMahon, whose wife, Linda, is now Trump’s education secretary. The future president relished raucous, made-for-TV events where the wrestler he was backing always won. Trump also began addressing crowds, honing the “sketch and the rhythm” that would later become his strength as a politician, Thompson said: “The rallies are born in wrestling,” he said. “Winning is an attitude, not a collection of facts,” Thompson said. “Winning is, in this case, always defined by the person doing the winning.” ‘You make your own reality’ Trump carried that can’t-lose view into his political career. After he lost the 2016 Republican Iowa caucus, he posted that the winner, Texas Sen. Ted Cruz, “illegally stole it.” Trump claimed to have won the popular vote against Democrat Hillary Clinton that November, “if you deduct millions of people who voted illegally.” In addition to his false claims that the 2020 race was stolen, he alleged widespread wrongdoing in the 2024 election, despite capturing all key swing states. Russell Muirhead, a Dartmouth College professor who has written about Trump’s chaotic governing style, said the president has been at the practice long enough “to live in a world where you make your own reality” and there is no real world “outside your own mind.” Even the way Trump plays golf means racking up wins — at least at his own properties. Trump says he has won 38 times at golf clubs he owns. That includes a 2018 tournament in West Palm Beach, Florida, where he did not play but beat the winner in a subsequent match, one where he missed the first round and another during which he posted a final-round 67 — a score even some professional golfers would envy. Matthews said that when she worked for him at the White House, she could not recall Trump ever admitting being wrong, even in private. “When it’s obvious that it looks like a loss on paper, you have to kind of spin this somehow into a victory,” she said. “Because that’s what Trump would want.” ___ EDITOR’S NOTE: Will Weissert has covered politics for The Associated Press since 2011 and the White House since 2022. WILL WEISSERT Weissert covers the White House for The Associated Press. He is based in Washington. twitter mailto
Former President Donald Trump returns from a lunch break at Manhattan Criminal Court, May 28, 2024, in New York. (AP Photo/Julia Nikhinson, Pool, File)Supporters of President Donald Trump participate in a rally in Washington, Jan. 6, 2021. (AP Photo/John Minchillo, File)Republican presidential nominee former President Donald Trump speaks during a news conference held at Trump Tower, Sept., 6, 2024 in New York. (AP Photo/Stefan Jeremiah, File)Donald Trump is greeted by the media after arriving at open auditions for the second season for his reality television show, “The Apprentice,” on March 18, 2004, in New York. (AP Photo/Frank Franklin II, File)Donald Trump, the billionaire developer and producer of NBC’s, “The Apprentice,” with his wife, Melania Knauss, and their son, Barron, pose for a photo after he was honored with a star on the Hollywood Walk of Fame in Los Angeles, Jan. 16, 2007. (AP Photo/Damian Dovarganes, File)Former President Donald Trump returns from a lunch break at Manhattan Criminal Court, May 28, 2024, in New York. (AP Photo/Julia Nikhinson, Pool, File)Supporters of President Donald Trump participate in a rally in Washington, Jan. 6, 2021. (AP Photo/John Minchillo, File)Republican presidential nominee former President Donald Trump speaks during a news conference held at Trump Tower, Sept., 6, 2024 in New York. (AP Photo/Stefan Jeremiah, File)Donald Trump is greeted by the media after arriving at open auditions for the second season for his reality television show, “The Apprentice,” on March 18, 2004, in New York. (AP Photo/Frank Franklin II, File)Donald Trump, the billionaire developer and producer of NBC’s, “The Apprentice,” with his wife, Melania Knauss, and their son, Barron, pose for a photo after he was honored with a star on the Hollywood Walk of Fame in Los Angeles, Jan. 16, 2007. (AP Photo/Damian Dovarganes, File)
WASHINGTON (AP) — In the January 2004 pilot of “The Apprentice,” Donald Trump said something he would never admit today. “It wasn’t always so easy,” he intones via voice-over, noting that by the late 1980s, “I was seriously in trouble” and “billions of dollars in debt.” It is one of the few times Trump has ever publicly acknowledged failure. Even then, he was reading a script meant to promote against-the-odds credentials for viewers, previewing the combative charisma that propelled his political career a decade later. “I fought back,” Trump said. “And I won. Big league.”Trump never loses. At least in his telling. He declared victory within days of the Iran war starting, and repeated it constantly, even as Tehran struck U.S. and allied targets and choked off the Strait of Hormuz, spreading economic pain around the globe.With a ceasefire now in place, Trump says the United States has accomplished its goals. The president is extolling a change in rule after Iran’s supreme leader, Ayatollah Ali Khamenei, was killed. But he was replaced by his son, Mojtaba Khamenei, who is seen as more hard-line. Trump says Iran will not be allowed to have a nuclear weapon, but Tehran has stockpiles of enriched uranium. The strait is reopening — under Iranian military control.When The Wall Street Journal’s editorial board wrote that Trump had claimed a premature win in Iran, the president responded in a social media post Thursday, “Actually, it is a Victory.”
On Saturday he posted that news outlets “love saying that Iran is ‘winning’ when, in fact, everyone knows that they are LOSING, and LOSING BIG!” Asked later in the day about the state of negotiations with Iran, Trump responded, “Regardless what happens, we win.”Claiming the winner’s mantle has been part of Trump’s psyche since he was a young man and a New York real estate developer. It has persisted on matters great and small. The golf tournaments at his clubs, where he is the perennial champion. The adverse court rulings where he insists things went his way. The deals he announces that are never consummated. “He has this fictional narrative in his head” and is “like a screenwriter,” said David Cay Johnston, author of “The Making of Donald Trump.” “When you need to change the narrative, you just change it. ”No example is as stark as Trump’s rejection of his loss to Democrat Joe Biden in the 2020 election, an outcome affirmed in 60-plus court cases and by his own attorney general. Yet Trump has declared victory so often that his supporters believe him. He knows the power of repetition and volume. This is the world of Trump — pitchman and president, shaper of his story and others’, sloganeering his way through his second term. One baseball cap he wears and hawks encapsulates the approach in five words: “TRUMP WAS RIGHT ABOUT EVERYTHING.”
“It’s much easier to lead when you’re successful and you’re winning,” Trump told a recent Saudi investment conference in Florida, where he also noted, “I always like to hang around losers, actually, because it makes me feel better.” “People follow you if you win,” Trump added. White Houses for decades have tried to cast bad news as good in hopes of softening unfavorable assessments of politics, policy and even war. But Trump has made always winning a core of his presidency. The Supreme Court strikes down his signature tariffs? Trump vows to work around the ruling so his import taxes can be “used in a much more powerful and obnoxious way, with legal certainty.” If promised investments in the U.S. that he’s promoted don’t actually materialize, he just says they did while sometimes inflating their fictitious value. His Department of Justice stops appealing court rulings blocking executive orders meant to punish big law firms, then it reverses course because non-appeals might look like admitting defeat.This form of alternative programming has become a governing principle — and a Trump family value.One of the president’s sons, Eric, said his father “has never needed to project a ‘winning image.’” “He IS the definition of a winner,” the younger Trump said in a statement, “based on what he has built and accomplished.”Sarah Matthews, a former first-term Trump White House deputy press secretary who resigned when a mob of Trump supporters rioted at the Capitol on Jan. 6, 2021, said the president’s “ego won’t allow him to acknowledge defeat” and that “reality just kind of bends” to it. “That was the messaging strategy,” Matthews said. “It was, ‘How can we redefine this loss as a victory?’”She said she regrets it now, but back then, there was “always a way to find an excuse to justify that loss and defend his position.”More recently, Trump’s second-term White House marked his first year back in office by listing “365 wins” over the same number of days. Those included some repetitive and exaggerated claims and also touted rising stock markets, falling gas prices and strong job creation that are mostly no longer true since the Iran war began. White House spokesman Davis Ingle said Trump “proudly projects the unmatched greatness of our country consistently in his public comments.” John Bolton was one of Trump’s first-term national security advisers and an early supporter of the U.S. and Israel striking Iran. But he said that Trump’s declaration of victory over Iran was always “baked in the cake” regardless of the actual outcome. “The world for him is divided into winners and losers,” Bolton said. “And he’s always a winner.” In 1973, federal authorities sued Trump and his father, alleging racial discrimination in renting apartments their company built in Brooklyn and Queens, two New York City boroughs. Urging the Trumps to countersue was Roy Cohn, the notorious lawyer who aggressively promoted Sen. Joseph McCarthy’s anti-communist “red scare” hearings of the 1950s. The case was settled after both sides signed an agreement two years later prohibiting the Trumps from “discriminating against any person.” The future Republican president said it was a victory, noting there had been no admission of guilt — despite the Justice Department calling the settlement “one of the most far-reaching ever negotiated.”Trump first met Cohn in 1973 at Manhattan’s exclusive Le Club, and Cohn is credited with imparting key rules, including never admitting you are wrong or admitting defeat and attacking anyone who attacks you. Cohn “taught Donald, you never concede as much as a comma,” Johnston said. “Whatever position you’ve taken, that’s the position, and anybody who challenges you, they’re wrong. They’re disgusting. They’re incompetent. They’re idiotic,” Johnston said. “If they’re law enforcement, they’re corrupt.” Through the years, Trump consistently lost money, launching failed lines of namesake products that included steaks, bottled water, vodka, a magazine, an airline, a home mortgage concern and online classes. His Trump Plaza Hotel filed for bankruptcy, his New Jersey Generals of the United States Football League folded and the Tour de Trump cycling race never became the U.S. answer to the Tour de France. Barbara Res, who worked for Trump at his company for nearly two decades, remembers him being fond of pitting top executives against one another to ensure he remained the most powerful voice, even as losses mounted. For today’s Trump, she said, “Nothing is wrong to him, if it helps him.”“He wasn’t always like that. He understood the difference before,” said Res, author of “Tower of Lies: What My Eighteen Years of Working With Donald Trump Reveals About Him.” “I can’t say why he changed. It could be because he has so much power. Or because he never really believed it.” None of that tarnished Trump’s self-projected image as rich and famous, which was supercharged by the TV hit “The Apprentice.”But Robert Thompson, a Syracuse University professor of television and popular culture, said that success was built on earlier factors, including the appealing hubris built into the title of Trump’s 1987 book, “The Art of the Deal,” his aggressive courting of media attention and his obsession with naming things after himself. That helped Trump become the “stock character of billionaire,” landed him on the likes of “The Jeffersons,” “The Fresh Prince of Bel-Air,” “The Nanny,” and in “Home Alone 2,” Thompson said. “When you need someone to quickly and efficiently represent ‘American Rich Guy,’ Trump has kind of cast himself in that position,” Thompson said, “and everybody goes along with it.” Trump did not acknowledge his staggering losses. After his three casinos in Atlantic City, New Jersey, filed for bankruptcy, he insisted to The Associated Press in 2016 that Atlantic City had been “a great period for me.” Starting in 2007, meanwhile, he became a mainstay with WWE executive Vince McMahon, whose wife, Linda, is now Trump’s education secretary. The future president relished raucous, made-for-TV events where the wrestler he was backing always won. Trump also began addressing crowds, honing the “sketch and the rhythm” that would later become his strength as a politician, Thompson said: “The rallies are born in wrestling,” he said. “Winning is an attitude, not a collection of facts,” Thompson said. “Winning is, in this case, always defined by the person doing the winning.”Trump carried that can’t-lose view into his political career.After he lost the 2016 Republican Iowa caucus, he posted that the winner, Texas Sen. Ted Cruz, “illegally stole it.” Trump claimed to have won the popular vote against Democrat Hillary Clinton that November, “if you deduct millions of people who voted illegally.” In addition to his false claims that the 2020 race was stolen, he alleged widespread wrongdoing in the 2024 election, despite capturing all key swing states. Russell Muirhead, a Dartmouth College professor who has written about Trump’s chaotic governing style, said the president has been at the practice long enough “to live in a world where you make your own reality” and there is no real world “outside your own mind.” Even the way Trump plays golf means racking up wins — at least at his own properties. Trump says he has won 38 times at golf clubs he owns. That includes a 2018 tournament in West Palm Beach, Florida, where he did not play but beat the winner in a subsequent match, one where he missed the first round and another during which he posted a final-round 67 — a score even some professional golfers would envy. Matthews said that when she worked for him at the White House, she could not recall Trump ever admitting being wrong, even in private. “When it’s obvious that it looks like a loss on paper, you have to kind of spin this somehow into a victory,” she said. “Because that’s what Trump would want.”___EDITOR’S NOTE: Will Weissert has covered politics for The Associated Press since 2011 and the White House since 2022.