用法模式:
[someone]'s assertion that [clause]
Her assertion that the data was unreliable sparked a heated discussion.
Az az állítása, hogy az adatok megbízhatatlanok voltak, heves vitát váltott ki.
The company’s assertion that the product is completely safe has been challenged by experts.
Szakértők megkérdőjelezték a vállalat azon állítását, hogy a termék teljesen biztonságos.
Many people accepted his assertion as fact, even though he gave no evidence.
The article is built around the central assertion that social media has changed politics.
I disagree with your assertion that money is the only measure of success.
学习者例句
His assertion that the food was safe was wrong.
Az az állítása, hogy az étel biztonságos volt, tévesnek bizonyult.
The writer makes an assertion at the start of the essay.
Az író az esszé elején megfogalmaz egy állítást.
I do not accept your assertion that I am late.
Their assertion that the plan will fail may be true.
The teacher asked the student to explain his assertion.
常见错误:
Learners sometimes confuse "assertion" with "assumption". An assertion is something you state as true, while an assumption is something you accept as true without proof, often in order to think or talk about a situation. They also sometimes confuse "assertion" (the statement) with "assertiveness" (a personality trait).
含义
confident claim that something is true
搭配
make an assertion
|the assertion that [clause]
|unsupported assertion
|bold assertion
|public assertion
|challenge an assertion
近义词
claim (Very close in meaning; can sound slightly less formal and is used in a wider range of everyday contexts.)
|
statement (More general and neutral; does not always suggest confidence or possible disagreement.)
|
contention (Similar but often used when the statement is part of a debate or argument.)
反义词
denial (Refusal to accept a statement as true; directly opposes an assertion.)
|
question (To doubt or challenge a statement instead of confidently presenting it as true.)
主题
communication
|politics
|law
|core_vocabulary
释义
A strong statement that something is true, usually said in a sure and serious way.
A clear, confident statement that something is true, often made without providing full proof.
用法模式:
the assertion of [rights/authority/control]
The protest was seen as an assertion of citizens’ rights in the face of government pressure.
A tiltakozást az állampolgári jogok érvényesítéseként értelmezték a kormányzati nyomással szemben.
Her firm leadership marked a clear assertion of authority in the company.
Határozott vezetői fellépése tekintélyének egyértelmű érvényesítését jelentette a vállalatnál.
The country’s declaration was an open assertion of independence from its former rulers.
Some view the new law as an assertion of state control over private life.
The union’s strike was a powerful assertion of workers’ demands.
学习者例句
The march was an assertion of student power.
A felvonulás a diákok erejének kinyilvánítása volt.
The new leader’s actions were an assertion of control.
Az új vezető lépései az irányítás határozott érvényesítését jelentették.
The group made a strong assertion of their rights.
The war ended with an assertion of national independence.
The strike was an assertion of the workers’ power.
常见错误:
Learners may not realize that in phrases like "assertion of rights" the word focuses on the strong, active use or claiming of those rights, not just a simple statement about them.
含义
forceful use or claiming of power/rights
搭配
assertion of rights
|assertion of authority
|assertion of control
|assertion of independence
|assertion of power
近义词
exercise (Emphasizes actually using power or rights, not just claiming them.)
|
claim (Focuses on saying that you have a right, while "assertion" emphasizes doing this strongly and clearly.)
反义词
submission (Accepting another’s power instead of forcefully using your own rights or authority.)
|
relinquishment (Giving up power or rights, the opposite of asserting them.)
释义
The action of strongly using or claiming power, control, or rights.
The act of using, claiming, or showing power, authority, or rights in a strong and definite way.
用法模式:
an assertion in [a complaint / a lawsuit] that [clause]
The court found that his assertion of self‑defense was not supported by the evidence.
A bíróság megállapította, hogy azt az állítását, miszerint jogos védelemből járt el, a bizonyítékok nem támasztották alá.
The complaint includes the assertion that the company knew about the defects.
A keresetlevél tartalmazza azt a tényállítást, hogy a vállalat tudott a hibákról.
Her lawyer’s key assertion is that the contract was never legally valid.
The judge questioned the factual basis of the witness’s assertion.
The jury must decide whether the plaintiff’s central assertion is credible.
学习者例句
The lawyer made an assertion that the car was unsafe.
Az ügyvéd azt az állítást tette, hogy az autó nem volt biztonságos.
The judge did not accept the man’s assertion of self‑defense.
A bíró nem fogadta el a férfi azon állítását, hogy jogos védelemből járt el.
In the complaint, there is an assertion that the company lied.
The court looks carefully at each assertion of fact.
Her legal assertion was not supported by any document.
常见错误:
Learners may treat "assertion" and "allegation" as completely interchangeable in law. While they overlap, "allegation" often highlights that something is claimed but not proven, whereas "assertion" focuses on the act of firmly stating it as a fact.
含义
claimed factual statement in law
搭配
legal assertion
|factual assertion
|false assertion
|unsupported assertion
|assertion in the complaint
近义词
allegation (Very close in legal contexts, but "allegation" more strongly suggests that the fact is not yet proven.)
|
claim (A general legal request or demand; "assertion" focuses more on the specific stated fact.)
反义词
concession (Admitting a fact instead of asserting a different one in your favor.)
|
retraction (Taking back a previously made assertion.)
释义
In legal cases, a sentence that says a fact is true and is used as part of an argument in court.
In law, a statement of fact that one party claims is true and asks the court to accept.
用法模式:
an assertion that [condition] must hold
The developer added an assertion to ensure the index is never negative.
A fejlesztő egy assert utasítást adott a kódhoz annak ellenőrzésére, hogy az index soha ne legyen negatív.
When the input was empty, the program crashed with an assertion failure.
Amikor a bemenet üres volt, a program assert hiba miatt összeomlott.
Assertions are useful for catching logic errors early in the development process.
The test framework raises an assertion if the expected value is not returned.
They removed most runtime assertions before releasing the production build.
学习者例句
The code uses an assertion to check the value.
A kód egy assert utasítással ellenőrzi az értéket.
If the condition is false, the assertion stops the program.
Ha a feltétel hamis, az assert utasítás leállítja a programot.
Assertions help the programmer find bugs.
We add an assertion so the number cannot be less than zero.
The test fails when the assertion is not true.
常见错误:
Learners sometimes confuse the everyday meaning of "assertion" (a strong statement in words) with its technical meaning in programming. In code, an assertion is an active check that can stop the program, not just a comment or note.
含义
programming check that a condition holds
搭配
add assertions
|assertion failure
|assertion error
|debug assertion
|runtime assertion
近义词
check (A very general term; an assertion is a specific kind of check that usually stops the program when it fails.)
|
guard (In code, a condition that protects against bad input; an assertion is a stronger, often debugging‑oriented version.)
反义词
assumption (An unstated belief that something is true; an assertion explicitly tests and enforces the condition instead of silently assuming it.)
主题
technology
|programming
释义
In programming, a special line of code that checks if something is true while the program is running and stops or shows an error if it is not true.
In computer programming, a statement in the code that tests whether a condition is true at a certain point during execution, usually causing an error if it is not.