pith. machine review for the scientific record. sign in
theorem proved term proof

embed_le_iff_of_one_lt

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

 674theorem embed_le_iff_of_one_lt (γ : Generator) (hγ : 1 < γ.value) (a b : LogicNat) :
 675    embed γ a ≤ embed γ b ↔ a ≤ b := by

proof body

Term-mode proof.

 676  rw [embed_eq_pow, embed_eq_pow, pow_le_pow_iff_of_one_lt hγ, ← LogicNat.toNat_le]
 677
 678/-- **Embedding strict monotonicity (γ > 1)**. -/

depends on (8)

Lean names referenced from this declaration's body.