vault backup: 2023-10-04 11:51:48
This commit is contained in:
parent
111f06e99a
commit
8e32489bfe
@ -19,3 +19,13 @@ Axioms
|
|||||||
In this example, the axiom explain that it check nth position in the modified vector
|
In this example, the axiom explain that it check nth position in the modified vector
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
Example:
|
||||||
|
```
|
||||||
|
nth(v,1)=0
|
||||||
|
nth(v,i)=i
|
||||||
|
```
|
||||||
|
That an consistency, because the two `nth`axioms are contradictory
|
||||||
|
|
||||||
|
The completeness is when we have enough axioms for our abstract type
|
||||||
|
|
||||||
|
To use partial operations we have to create some preconditions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user