Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2022-02-24 00:24 620af85a

View on Github →

refactor(topology/instances): put , , and in separate files (#12207) The goal here is to make metric_space ℕ and metric_space ℤ available earlier, so that I can state has_bounded_smul ℕ A somewhere reasonable. No lemmas have been added, deleted, or changed here - they've just been moved out of topology/instances/real and into topology/instances/{nat,int,rat,real}. The resulting import structure is:

  • rat_lemmasrat
  • rat → {real, int, nat}
  • real → {int}
  • nat → {int}

Estimated changes

deleted theorem int.ball_eq_Ioo
deleted theorem int.closed_ball_eq_Icc
deleted theorem int.cocompact_eq
deleted theorem int.cofinite_eq
deleted theorem int.dist_cast_rat
deleted theorem int.dist_cast_real
deleted theorem int.dist_eq
deleted theorem int.pairwise_one_le_dist
deleted theorem int.preimage_ball
deleted theorem int.preimage_closed_ball
deleted theorem nat.closed_ball_eq_Icc
deleted theorem nat.dist_cast_rat
deleted theorem nat.dist_cast_real
deleted theorem nat.dist_coe_int
deleted theorem nat.dist_eq
deleted theorem nat.pairwise_one_le_dist
deleted theorem nat.preimage_ball
deleted theorem nat.preimage_closed_ball
deleted theorem rat.continuous_coe_real
deleted theorem rat.continuous_mul
deleted theorem rat.dist_cast
deleted theorem rat.dist_eq
deleted theorem rat.embedding_coe_real
deleted theorem rat.totally_bounded_Icc