@@ -438,23 +438,29 @@ end LinearOrderedSemiring
438
438
Those lemmas have been deprecated on 2023-12-23.
439
439
-/
440
440
441
- @[deprecated] alias pow_mono := pow_right_mono
442
- @[deprecated] alias pow_le_pow := pow_le_pow_right
443
- @[deprecated] alias pow_le_pow_of_le_left := pow_le_pow_left
444
- @[deprecated] alias pow_lt_pow_of_lt_left := pow_lt_pow_left
445
- @[deprecated] alias strictMonoOn_pow := pow_left_strictMonoOn
446
- @[deprecated] alias pow_strictMono_right := pow_right_strictMono
447
- @[deprecated] alias pow_lt_pow := pow_lt_pow_right
448
- @[deprecated] alias pow_lt_pow_iff := pow_lt_pow_iff_right
449
- @[deprecated] alias pow_le_pow_iff := pow_le_pow_iff_right
450
- @[deprecated] alias self_lt_pow := lt_self_pow
451
- @[deprecated] alias strictAnti_pow := pow_right_strictAnti
452
- @[deprecated] alias pow_lt_pow_iff_of_lt_one := pow_lt_pow_iff_right_of_lt_one
453
- @[deprecated] alias pow_lt_pow_of_lt_one := pow_lt_pow_right_of_lt_one
454
- @[deprecated] alias lt_of_pow_lt_pow := lt_of_pow_lt_pow_left
455
- @[deprecated] alias le_of_pow_le_pow := le_of_pow_le_pow_left
456
- @[deprecated] alias self_le_pow := le_self_pow
457
- @[deprecated] alias Nat.pow_lt_pow_of_lt_right := pow_lt_pow_right
458
- @[deprecated] protected alias Nat.pow_right_strictMono := pow_right_strictMono
459
- @[deprecated] alias Nat.pow_le_iff_le_right := pow_le_pow_iff_right
460
- @[deprecated] alias Nat.pow_lt_iff_lt_right := pow_lt_pow_iff_right
441
+ @[deprecated (since := "2023-12-23")] alias pow_mono := pow_right_mono
442
+ @[deprecated (since := "2023-12-23")] alias pow_le_pow := pow_le_pow_right
443
+ @[deprecated (since := "2023-12-23")] alias pow_le_pow_of_le_left := pow_le_pow_left
444
+ @[deprecated (since := "2023-12-23")] alias pow_lt_pow_of_lt_left := pow_lt_pow_left
445
+ @[deprecated (since := "2023-12-23")] alias strictMonoOn_pow := pow_left_strictMonoOn
446
+ @[deprecated (since := "2023-12-23")] alias pow_strictMono_right := pow_right_strictMono
447
+ @[deprecated (since := "2023-12-23")] alias pow_lt_pow := pow_lt_pow_right
448
+ @[deprecated (since := "2023-12-23")] alias pow_lt_pow_iff := pow_lt_pow_iff_right
449
+ @[deprecated (since := "2023-12-23")] alias pow_le_pow_iff := pow_le_pow_iff_right
450
+ @[deprecated (since := "2023-12-23")] alias self_lt_pow := lt_self_pow
451
+ @[deprecated (since := "2023-12-23")] alias strictAnti_pow := pow_right_strictAnti
452
+
453
+ @[deprecated (since := "2023-12-23")]
454
+ alias pow_lt_pow_iff_of_lt_one := pow_lt_pow_iff_right_of_lt_one
455
+
456
+ @[deprecated (since := "2023-12-23")] alias pow_lt_pow_of_lt_one := pow_lt_pow_right_of_lt_one
457
+ @[deprecated (since := "2023-12-23")] alias lt_of_pow_lt_pow := lt_of_pow_lt_pow_left
458
+ @[deprecated (since := "2023-12-23")] alias le_of_pow_le_pow := le_of_pow_le_pow_left
459
+ @[deprecated (since := "2023-12-23")] alias self_le_pow := le_self_pow
460
+ @[deprecated (since := "2023-12-23")] alias Nat.pow_lt_pow_of_lt_right := pow_lt_pow_right
461
+
462
+ @[deprecated (since := "2023-12-23")]
463
+ protected alias Nat.pow_right_strictMono := pow_right_strictMono
464
+
465
+ @[deprecated (since := "2023-12-23")] alias Nat.pow_le_iff_le_right := pow_le_pow_iff_right
466
+ @[deprecated (since := "2023-12-23")] alias Nat.pow_lt_iff_lt_right := pow_lt_pow_iff_right
0 commit comments