Theorems · Definition · numerical analysis
FP.Float.finite.noConfusion
{C : FP.FloatCfg} →
{P : Sort u} →
{a : Bool} →
{e : ℤ} →
{m : ℕ} →
{a_1 : FP.ValidFinite e m} →
{a' : Bool} →
{e' : ℤ} →
{m' : ℕ} →
{a'_1 : FP.ValidFinite e' m'} →
FP.Float.finite a e m a_1 = FP.Float.finite a' e' m' a'_1 → (a = a' → e = e' → m = m' → P) → P- Defined in
- Mathlib.Data.FP.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 45 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- FP.FloatCfgstatement and proof · cited by 10
- FP.Floatstatement · cited by 7
- FP.ValidFinitestatement and proof · cited by 4
- FP.Float.noConfusionproof · cited by 0
Cited by1
Results whose statement or proof uses this declaration.
- FP.Float.finite.injproof · cited by 1