Skip to content

Commit

Permalink
Redefine \min and \max in function_scope
Browse files Browse the repository at this point in the history
  • Loading branch information
pi8027 authored and proux01 committed Jan 17, 2024
1 parent d1d2d70 commit a9aa47b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions classical/mathcomp_extra.v
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
(* mathcomp analysis (c) 2022 Inria and AIST. License: CeCILL-C. *)
Require Import BinPos.
From mathcomp Require choice.
(* Missing coercion (done before Import to avoid redeclaration error,
thanks to KS for the trick) *)
(* MathComp 1.15 addition *)

From mathcomp Require Import all_ssreflect finmap ssralg ssrnum ssrint rat.
From mathcomp Require Import finset interval.

Expand All @@ -14,8 +10,6 @@ From mathcomp Require Import finset interval.
(* This files contains lemmas and definitions missing from MathComp. *)
(* *)
(* ``` *)
(* f \max g := fun x => Num.max (f x) (g x) *)
(* f \min g := fun x => Num.min (f x) (g x) *)
(* oflit f := Some \o f *)
(* pred_oapp T D := [pred x | oapp (mem D) false x] *)
(* f \* g := fun x => f x * g x *)
Expand Down

0 comments on commit a9aa47b

Please sign in to comment.