Mathlib Map

Theorems · Theorem · numerical analysis

FP.Float.finite.inj

∀ {C : FP.FloatCfg} {a : Bool} {e : ℤ} {m : ℕ} {a_1 : FP.ValidFinite e m} {a_2 : Bool} {e_1 : ℤ} {m_1 : ℕ}
  {a_3 : FP.ValidFinite e_1 m_1},
  FP.Float.finite a e m a_1 = FP.Float.finite a_2 e_1 m_1 a_3 → a = a_2 ∧ e = e_1 ∧ m = m_1
Defined in
Mathlib.Data.FP.Basic
Cited by
1 results in Mathlib
Foundations
Depth 46 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.

Cited by1

Results whose statement or proof uses this declaration.