From 111f06e99a47ba3b2435ececaee2763f6058feca Mon Sep 17 00:00:00 2001 From: Louis Date: Wed, 4 Oct 2023 11:43:52 +0200 Subject: [PATCH] vault backup: 2023-10-04 11:43:52 --- Algo/CM/CM du 04 octobre.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Algo/CM/CM du 04 octobre.md b/Algo/CM/CM du 04 octobre.md index 17d1ae6..b3f19bf 100644 --- a/Algo/CM/CM du 04 octobre.md +++ b/Algo/CM/CM du 04 octobre.md @@ -17,4 +17,5 @@ Axioms lowerlimit(v) =< i =< upperlimit(v) -> nth(modify(v,i,e), i) = e ``` In this example, the axiom explain that it check nth position in the modified vector - \ No newline at end of file + +The axiom can't be contradictory. Two (or more) contradictory axioms are call the consistency. When we create the axiom, we have to remove all the consistency. \ No newline at end of file