Theorems · Theorem · logic and foundations
Bool.decide_iff
∀ (p : Prop) [d : Decidable p], decide p = true ↔ p
- Defined in
- Mathlib.Data.Bool.Basic
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 9 from the axioms · uses propext
- Assumes
- Decidable
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 by4
Results whose statement or proof uses this declaration.
- ComputablePred.computable_iffproof · cited by 2
- Bool.decide_false_iffproof · cited by 2
- Bool.decide_trueproof · cited by 1
- Bool.of_decide_trueproof · cited by 1