pith. machine review for the scientific record. sign in
lemma proved wrapper

inv_pow_self

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)

 105lemma inv_pow_self (φ : ℝ) (n : ℕ) : PhiClosed φ ((φ ^ n)⁻¹) :=

proof body

One-line wrapper that applies inv.

 106  inv (pow_self φ n)
 107

depends on (4)

Lean names referenced from this declaration's body.