(* other notations **********************************************************)
-notation "| term 19 C |" with precedence 70 for @{ 'card $C }.
-
notation "\naturals" non associative with precedence 90 for @{'N}.
notation "\rationals" non associative with precedence 90 for @{'Q}.
notation "\reals" non associative with precedence 90 for @{'R}.
--- /dev/null
+(*
+ ||M|| This file is part of HELM, an Hypertextual, Electronic
+ ||A|| Library of Mathematics, developed at the Computer Science
+ ||T|| Department of the University of Bologna, Italy.
+ ||I||
+ ||T||
+ ||A|| This file is distributed under the terms of the
+ \ / GNU General Public License Version 2
+ \ /
+ V_______________________________________________________________ *)
+
+(* Core notation *******************************************************)
+
+notation "| term 19 C |" with precedence 70 for @{ 'card $C }.
include "basics/types.ma".
include "arithmetics/nat.ma".
+include "basics/core_notation/card_1.ma".
inductive list (A:Type[0]) : Type[0] :=
| nil: list A
(*
notation < "s \sup (-1) x" non associative with precedence 90 for @{ 'invert_appl $s $x}.
-notation "| term 19 C |" with precedence 70 for @{ 'card $C }.
-
notation "\naturals" non associative with precedence 90 for @{'N}.
notation "\rationals" non associative with precedence 90 for @{'Q}.
notation "\reals" non associative with precedence 90 for @{'R}.
(**************************************************************************)
include "lambda/paths/trace.ma".
+include "basics/core_notation/card_1.ma".
(* DECOMPOSED TRACE *********************************************************)
(**************************************************************************)
include "lambda/terms/relocation.ma".
+include "basics/core_notation/card_1.ma".
(* SIZE *********************************************************************)
(**************************************************************************)
include "re/lang.ma".
+include "basics/core_notation/card_1.ma".
(* The type re of regular expressions over an alphabet $S$ is the smallest
collection of objects generated by the following constructors: *)
include "arithmetics/pidgeon_hole.ma".
include "basics/sets.ma".
include "basics/types.ma".
+include "basics/core_notation/card_1.ma".
(************************************ MAX *************************************)
notation "Max_{ ident i < n | p } f"
|%{1} %{0} #n #_ >commutative_times <times_n_1
@monotonic_sU // >size_f_size >size_of_size //
]
-qed.
\ No newline at end of file
+qed.
include "tutorial/chapter4.ma".
include "arithmetics/nat.ma".
-
+include "basics/core_notation/card_1.ma".
(******************************** Option Type *********************************)
and the constructions of the associated finite automata. *)
include "tutorial/chapter7.ma".
+include "basics/core_notation/card_1.ma".
(* The type re of regular expressions over an alphabet $S$ is the smallest
collection of objects generated by the following constructors: *)