lemma pth_2: fixes x :: "'a::real_normed_vector" shows"x - y ≡ x + -y" by (atomize (full)) simp
lemma pth_3: fixes x :: "'a::real_normed_vector" shows"- x ≡ scaleR (-1) x" by simp
lemma pth_4: fixes x :: "'a::real_normed_vector" shows"scaleR 0 x ≡ 0" and"scaleR c 0 = (0::'a)" by simp_all
lemma pth_5: fixes x :: "'a::real_normed_vector" shows"scaleR c (scaleR d x) ≡ scaleR (c * d) x" by simp
lemma pth_6: fixes x :: "'a::real_normed_vector" shows"scaleR c (x + y) ≡ scaleR c x + scaleR c y" by (simp add: scaleR_right_distrib)
lemma pth_7: fixes x :: "'a::real_normed_vector" shows"0 + x ≡ x" and"x + 0 ≡ x" by simp_all
lemma pth_8: fixes x :: "'a::real_normed_vector" shows"scaleR c x + scaleR d x ≡ scaleR (c + d) x" by (simp add: scaleR_left_distrib)
lemma pth_9: fixes x :: "'a::real_normed_vector" shows"(scaleR c x + z) + scaleR d x ≡ scaleR (c + d) x + z" and"scaleR c x + (scaleR d x + z) ≡ scaleR (c + d) x + z" and"(scaleR c x + w) + (scaleR d x + z) ≡ scaleR (c + d) x + (w + z)" by (simp_all add: algebra_simps)
lemma pth_a: fixes x :: "'a::real_normed_vector" shows"scaleR 0 x + y ≡ y" by simp
lemma pth_b: fixes x :: "'a::real_normed_vector" shows"scaleR c x + scaleR d y ≡ scaleR c x + scaleR d y" and"(scaleR c x + z) + scaleR d y ≡ scaleR c x + (z + scaleR d y)" and"scaleR c x + (scaleR d y + z) ≡ scaleR c x + (scaleR d y + z)" and"(scaleR c x + w) + (scaleR d y + z) ≡ scaleR c x + (w + (scaleR d y + z))" by (simp_all add: algebra_simps)
lemma pth_c: fixes x :: "'a::real_normed_vector" shows"scaleR c x + scaleR d y ≡ scaleR d y + scaleR c x" and"(scaleR c x + z) + scaleR d y ≡ scaleR d y + (scaleR c x + z)" and"scaleR c x + (scaleR d y + z) ≡ scaleR d y + (scaleR c x + z)" and"(scaleR c x + w) + (scaleR d y + z) ≡ scaleR d y + ((scaleR c x + w) + z)" by (simp_all add: algebra_simps)
lemma pth_d: fixes x :: "'a::real_normed_vector" shows"x + 0 ≡ x" by simp
lemma norm_imp_pos_and_ge: fixes x :: "'a::real_normed_vector" shows"norm x ≡ n ==> norm x ≥ 0 ∧ n ≥ norm x" by atomize auto
lemma real_eq_0_iff_le_ge_0: fixes x :: real shows"x = 0 ≡ x ≥ 0 ∧ - x ≥ 0" by arith
lemma norm_pths: fixes x :: "'a::real_normed_vector" shows"x = y ⟷ norm (x - y) ≤ 0" and"x ≠ y ⟷¬ (norm (x - y) ≤ 0)" using norm_ge_zero[of "x - y"] by auto
method_setup🍋‹tag important› norm = ‹ Scan.succeed (SIMPLE_METHOD' o NormArith.norm_arith_tac) ›
text‹Hence more metric properties.› text🍋‹tag important›‹%whitespace›
proposition dist_triangle_add: fixes x y x' y' :: "'a::real_normed_vector" shows"dist (x + y) (x' + y') ≤ dist x x' + dist y y'" by norm
lemma dist_triangle_add_half: fixes x x' y y' :: "'a::real_normed_vector" shows"dist x x' < e / 2 ==> dist y y' < e / 2 ==> dist(x + y) (x' + y') < e" by norm
end
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet am 2026-04-30)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.