Mathlib Map

Theorems · Theorem · logic and foundations

not_and_or

∀ {a b : Prop}, ¬(a ∧ b) ↔ ¬a ∨ ¬b

One of de Morgan's laws: the negation of a conjunction is logically equivalent to the disjunction of the negations.

Defined in
Mathlib.Logic.Basic
Cited by
82 results in Mathlib
Foundations
Depth 12 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites0

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Nothing in Mathlib beyond the foundations.

Cited by82

Results whose statement or proof uses this declaration.