Mathlib Map

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.

Cited by3

Results whose statement or proof uses this declaration.