Define the greatest lower bound for a set A ⊂ R. Let A and B be...
Define the greatest lower bound for a set A ⊂ R. Let A and B be
two non-empty subsets of R which are bounded below. Show glb(A ∪ B)
= min{glb(A), glb(B)}.
. Let U be a non-empty set. For A and B subsets of U, define the
relation A R B if an only if A is a proper subest of B. a. Is R
reflexive? Prove or explain why not. b. Is R symmetric? Prove or
explain why not c. Is R transitive? Prove or explain why not. d. Is
R antisymmetric? Prove or explain why not. e. Is R an equivalence
relation? Prove or explain why no
Let a and b be positive integers, and let d be their greatest
common divisor. Prove that there are infinitely many integers x and
y such that ax+by = d. Next, given one particular solution x0 and
y0 of this equation, show how to find all the solutions.
Let S = {1,2,3,4} and let A = SxS
Define a relation R on A by (a,b)R(c,d) iff ad = bc
Write out each equivalence class (by "write out" I mean tell me
explicitly which elements of A are in each equivalence class)
Hint: |A| = 16 and there are 11 equivalence classes, so there
are several equivalence classes that consist of a single element of
A.
Write matlab program to compute ∫f(x)dx lower bound a upper
bound b using simpson method and n points. Then, by recomputing
with n/2 points and using richardson method, display the exact
error and approximate error. (Test with a=0 b=pi f(x)=sin(x))