pull/54/head
Jon Eugster 3 years ago
parent a01212e3ca
commit 6987b4cb01

@ -129,3 +129,6 @@ LemmaDoc add_pow_two as add_pow_two in "Nat"
LemmaDoc Finset.sum_comm as Finset.sum_comm in "Sum"
""
LemmaDoc Function.comp_apply as Function.comp_apply in "Function"
""

@ -66,7 +66,7 @@ HiddenHint : ∀ x, f x = x ^ 2 + 2 * x + 1 =>
Hint (x : ) : f x = x ^ 2 + 2 * x + 1 =>
"
Definitionen muss man anundzu manuell einsetzen um den Taktiken zu helfen.
Definitionen muss man manchmal manuell einsetzen um den Taktiken zu helfen.
Das macht man mit `unfold f` (oder alternativ mit `rw [f]`).
"

Loading…
Cancel
Save