Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Analysis/Section_4_3.lean
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ theorem abs_eq_abs (x: ℚ) : abs x = |x| := by
abbrev dist (x y : ℚ) := |x - y|

/--
Definition 4.2 (Distance).
Definition 4.3.2 (Distance).
We avoid the Mathlib notion of distance here because it is real-valued.
-/
theorem dist_eq (x y: ℚ) : dist x y = |x-y| := rfl
Expand Down
Loading