Browse Source

compile predlogic chapter

main release_predlogic
sp 2 weeks ago
parent
commit
3712d4a486
  1. 2
      compile
  2. 4
      predicate_logic/0005.tex

2
compile

@ -104,7 +104,7 @@ compile_wrapper() {
compile_chapter() {
#for chapter in smtzthree proplogic satsolver ndpred predlogic ndpred smt bdd eqchecking symbenc temporal
for chapter in smtzthree eqchecking
for chapter in predlogic
do
set_chapter "\\chapter${chapter}true"
compile_wrapper "$chapter" "$@"

4
predicate_logic/0005.tex

@ -1,5 +1,5 @@
\item \lect Consider the following declarative sentence (known as \textit{Goldbach's Conjecture}):
\item Consider the following declarative sentence (known as \textit{Goldbach's Conjecture}):
\textit{"Every even integer greater than 2 is equal to the sum of two prime numbers."}
Model this sentence with predicate logic, as detailed as possible. Clearly indicate the intended meaning of all function, predicate, and constant symbols that you use.
Model this sentence with predicate logic, as detailed as possible. Clearly indicate the intended meaning of all function, predicate, and constant symbols that you use.
Loading…
Cancel
Save