Theorems · Theorem · order theory
FloorSemiring.gc_floor
∀ {α : Type u_4} {inst : Semiring α} {inst_1 : PartialOrder α} [self : FloorSemiring α] {a : α} {n : ℕ},
0 ≤ a → (n ≤ FloorSemiring.floor a ↔ ↑n ≤ a)A natural number n is smaller than FloorSemiring.floor a iff its coercion to α is
smaller than a.
- Defined in
- Mathlib.Algebra.Order.Floor.Defs
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses no axioms
- Assumes
- FloorSemiring
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.
- Semiringstatement and proof · cited by 13,802
- PartialOrderstatement and proof · cited by 6,410
- FloorSemiringstatement and proof · cited by 179
- FloorSemiring.floorstatement · cited by 4
Cited by3
Results whose statement or proof uses this declaration.
- Nat.le_floor_iffproof · cited by 24
- FloorSemiring.natCast_strictMonoproof · cited by 0
- subsingleton_floorSemiringproof · cited by 0