Skip to content

Commit 386c3da

Browse files
committed
math
1 parent 54ea670 commit 386c3da

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Cards/Mathematics.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,19 @@ $$
6666

6767
Q: What is the combinatorial meaning of $\binom{n}{k}$?
6868
A: From a set of size $n$, we can chose $\binom{n}{k}$ sets of size $k$.
69+
70+
C: The dual of the prime numbers are the [composite] numbers.
71+
72+
C: The dual of the composite numbers are the [prime] numbers.
73+
74+
C: Every positive integer is either [prime], [composite], or [one].
75+
76+
C: Term: [composite number]
77+
78+
Definition: [A positive integer that is the product of two smaller positive integers.]
79+
80+
Q: Define the predicate $\text{Composite} : \N \to \text{Bool}$ symbolically.
81+
82+
$$\text{Composite}(n) = \ldots$$
83+
84+
A: $$\text{Composite}(n) = \exists a,b \in \Z^+ . 1 \lt a \lt n, 1 \lt b \lt n, ab = n$$

0 commit comments

Comments
 (0)