Relations Definition and 540 Threads
-
C
Relations, Set Theory, Reflexive, Symmetric, Transitive
Homework Statement Determine whether the relations on three sets are Reflexive, Irrelfexive, Symmetric,, Asymmetric, Antisymmetric, Transitive, and Intransitive. The relation \subseteq on a set of sets. Homework Equations The Attempt at a Solution I am having trouble figuring out...- Cabinbreaker
- Thread
- Relations Set Set theory Symmetric Theory
- Replies: 7
- Forum: Calculus and Beyond Homework Help
-
B
Basic Set Theory: Determining Relations: Reflexive, Symmetric, Transitive
I am taking a philosophy course that covers basic set theory as part of the introduction. I’m not sure in which section of the forum set theory should be, but I think this is the right place. Homework Statement For each of the following relations, indicate whether it is Reflexive...- Bob4040
- Thread
- Relations Set Set theory Symmetric Theory
- Replies: 2
- Forum: Precalculus Mathematics Homework Help
-
A
Why define equivalence relations, posets etc.
I am studying set theory and I came across various definitions like equivalence relations, partial order relations, antisymmetric and many more. I am aware mathematicians don't care about real life applications but still - why are we defining so many relations? What is the use of defining...- Avichal
- Thread
- Equivalence Equivalence relations Relations
- Replies: 6
- Forum: Set Theory, Logic, Probability, Statistics
-
S
Are These Relations Symmetric?
Determine which of these relations are symmetric 1) x~y if and only if x-y is positive 2) x~y if and only if xy >= 0 3) x~y if and only if x+2y is positive 4) x~y if and only if x+y is positive 5) x~y if and only if x+y is odd I thought all but 1) but this was wrong. The only one I...- Shark1
- Thread
- Relations Symmetric
- Replies: 1
- Forum: Precalculus Mathematics Homework Help
-
U
Partial differentiation: thermodynamic relations
Homework Statement This question is about entropy of magnetic salts. I got up to the point of finding H1, the final applied field. The Attempt at a Solution But instead of doing integration I used this: dS = (∂S/∂H)*dH = (M0/4α)(ln 4)2 I removed the negative...- unscientific
- Thread
- Differentiation Partial Partial differentiation Relations Thermodynamic
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
S
Discrete Mathematics : Functions and Relations : Question 2c
Homework Statement c) Is 'g' a surjective function (onto) ? Justify your answer. Homework Equations Let 'f' be a relation on ℤ (the set of integers) , defined by the entrance requirement : (x;y) ∊ ƒ iff y = x + 15 and let 'g' be the function on ℤ defined by the...- Supierreious
- Thread
- Discrete Discrete mathematics Functions Mathematics Relations
- Replies: 10
- Forum: Precalculus Mathematics Homework Help
-
S
Discrete Mathematics : Functions and Relations : Question 2
Homework Statement Determine the dom(g) Homework Equations Let 'f' be a relation on ℤ (the set of integers) , defined by the entrance requirement : (x;y) ∊ ƒ iff y = x + 15 and let 'g' be the function on ℤ defined by the entrance requirement : (x;y)...- Supierreious
- Thread
- Discrete Discrete mathematics Functions Mathematics Relations
- Replies: 4
- Forum: Precalculus Mathematics Homework Help
-
R
Hyperbolic relations in deriving Lorentz transformations
Preface to my question: I can assure you this is not a homework question of any kind. I simply have a pedagogical fascination with physics outside of my own studies in school. Also, I did a quick search through the forum and could not find a question similar enough to what I want to know, so i...- rethipher
- Thread
- deriving Hyperbolic Lorentz Lorentz transformations Relations Transformations
- Replies: 17
- Forum: Special and General Relativity
-
J
Showing that Equivalence Relations are the Same.
Let G be a group and let H be a subgroup of G. Define ~ as a~b iff ab-1εH. Define ~~ as a~~b iff a-1bεH. The book I am using wanted us to prove that each was an equivalence relation, which was easy. Then, it asked if these equivalence relations were the same, if so, prove it. My initial...- jmjlt88
- Thread
- Equivalence Equivalence relations Relations
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
W
Determining Defining Relations for a Group
Homework Statement Given some group G with generators g_{1},g_{2},...,g_{n} as well as a description of the action of g on the elements of some set S={s_{1},s_{2},...,s_{k}}, how in general does one go about finding a complete defining relations (and showing they are complete)? Homework...- wnorman27
- Thread
- Group Relations
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
S
Is the delta in the commutation relations of QFT a dirac delta or a kronecker?
If it's a dirac delta doesn't it mean it's infinite when x=y? Or is it a sort of kronecker where it's equal to one but the indices x and y are continuous? I'm confused.- silence11
- Thread
- Commutation Delta Dirac Dirac delta Qft Relations
- Replies: 6
- Forum: Quantum Physics
-
H
Equivalence Relations on {0, 1, 2, 3}: Understanding Reflexivity and Properties
Homework Statement Which of these relations on {0, 1, 2, 3} are equivalence relations? Determine the properties of an equivalence relation that the others lack a) { (0,0), (0,2), (2,0), (2,2), (2,3), (3,2), (3,3) } This one is not reflexive Homework Equations I understand that...- hammonjj
- Thread
- Equivalence Equivalence relations Relations
- Replies: 9
- Forum: Calculus and Beyond Homework Help
-
W
Generators and Defining Relations on the Symmetric Group of degree n
Homework Statement I am working through MacLane/Birkhoff's Algebra, and in the section on Symmetric and Alternating groups, the last few exercises deal with generators and Defining relations for Sn (the symmetric group of degree n). These read: 11. Prove that Sn is generated by the cycles (1...- wnorman27
- Thread
- Degree Generators Group Relations Symmetric
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
G
Prove some relations but going round in circles
Homework Statement I need to prove some relations but going round in circles. ## [\hat{J}_z, \hat{J}_+] = \hbar J_+ ## I've got this: ##\left(a_+^{\dagger }a_+-a_-^{\dagger }a_-\right)\left(a_+^{\dagger }a_-\right)-\left(a_+^{\dagger }a_-\right)\left(a_+^{\dagger }a_+-a_-^{\dagger...- Gregg
- Thread
- Circles Relations
- Replies: 4
- Forum: Advanced Physics Homework Help
-
C
Recurrence relations discrete math problem
Homework Statement Find the general solution to the following recurrence relations (defined n≥2). c) an=6an-1-9an-2+8n+4 Homework Equations The Attempt at a Solution an=6an-1-9an-2+8n+4 8n+4= an -6an-1+9an-2 R2-6R+9=0 R=3,3 So hn=A(3)n+B(3)n Assume pn=Cn+Cn2 → This is where I got...- charmedbeauty
- Thread
- Discrete Discrete math Recurrence Recurrence relations Relations
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
S
What is the meaning of ∅ used in the context of a relation?
Hi. I am reading Halmos's Naive Set Theory book. I have the following doubts. 1. In chapter 7. on relations, he says "The least exciting relation is the empty one. (To prove that ∅ is a set of ordered pairs, look for an element of ∅ that is not an ordered pair) ". Whenever someone talks...- StatOnTheSide
- Thread
- Empty Functions Relations
- Replies: 8
- Forum: Set Theory, Logic, Probability, Statistics
-
Intro to Proofs: Properties of Relations
Hello, I would like to check my arguments for this problem. Homework Statement Consider the relation R = \{(x,y) \in \mathbb{R} \times \mathbb{R}: x-y \in \mathbb{Z}\} on \mathbb{R} . Prove that this relation is symmetric, reflexive, and transitive. Homework Equations Supposing a relation...- Dembadon
- Thread
- Intro Proofs Properties Relations
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
G
Proving Recursion relations for Bessel Functions
Homework Statement Solve equations 1) and 2) for J_{p+1}(x) and J_{p-1}(x). Add and subtract these two equations to get 3) and 4). Homework Equations 1) \frac{d}{dx}[x^{p}J_{p}(x)] = x^{p}J_{p-1}(x) 2) \frac{d}{dx}[x^{-p}J_{p}(x)] = -x^{-p}J_{p+1}(x) 3) J_{p-1}(x) + J_{p+1}(x) =...- gametheory
- Thread
- Bessel Bessel functions Functions Recursion Relations
- Replies: 2
- Forum: Advanced Physics Homework Help
-
E
Transition from Poisson bracket into Canonical Commutation Relations
In book http://www.phy.uct.ac.za/people/horowitz/Teaching/lecturenotes.pdf in section 2 it is described transition from Poisson bracket into Canonical Commutation Relations. But it is written The experimentally observed phenomenon of incompatible measurements suggests that position and...- exponent137
- Thread
- Bracket Commutation Poisson Relations Transition
- Replies: 2
- Forum: Quantum Physics
-
L
Weinberg QFT - Inner product relations, Standard momentum, Invariant integrals
Weinberg in his 1st book on QFT writes in the paragraph containing 2.5.12 that we may choose the states with standard momentum to be orthonormal. Isn't that just true because the states with any momentum are chosen to be orthonormal by the usual orthonormalization process of quantum mechanics...- Lakshya
- Thread
- Inner product Integrals Invariant Momentum Product Qft Relations Standard Weinberg
- Replies: 2
- Forum: Quantum Physics
-
1
Finding the Composition of Relations
Homework Statement R = { (1,2), (3,5), (2,2), (2,5) } S = { (2,1), (5,3), (5,1), (5,5) } Explicitly find the relation R^-1 o S^-1 Homework Equations The Attempt at a Solution This was on my test. First I just wrote down the inverses: R^-1 = { (2,1), (5,3), (2,2), (5,2)...- 1MileCrash
- Thread
- Composition Relations
- Replies: 5
- Forum: Calculus and Beyond Homework Help
-
S
Proving recursion relations. BFGS non linear optimization
Homework Statement Please see attached thumbnail Here's what I know. 1)Bk is the Hessian 2) sk = \alpha*p 3)pk is the search direction 4) Alpha is the step size Homework Equations yk = \nablaf(xk+1) -\nablaf(xk Bk+1(xk+1-xk) = \nablaf(xk+1) -\nablaf(xk The Attempt at a Solution...- sdevoe
- Thread
- Linear Optimization Recursion Relations
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
S
Commutation relations for Spin opertors
Dear physicist, I designed an experiment for my undergraduate students. As we know, for spin operators, the commutation relation is [Si,Sj]=ihSk We also know, if we use two polarizers which are perpendicular each other, there is no light other side after polarizers. Namely apparatus is...- sakkoyun
- Thread
- Commutation Relations Spin
- Replies: 4
- Forum: Quantum Physics
-
H
Understanding Equivalence Relations: Simplifying Vectors with Linear Algebra
Hi. I've starting working with vectors in linear algebra but I need to have previous knowledge of equivalence relations so I started studying that but I have a simple doubt with the following relation: $$R = \{ (a,b)/a,b \in A,{\text{ a - b is an integer multiple of 2}}\} $$ In this case could...- Hernaner28
- Thread
- Doubt Relations
- Replies: 18
- Forum: Calculus and Beyond Homework Help
-
Problem regarding relations and functions .
Problem regarding "relations and functions". There are 3 very mini problems so I thought it would be rather fine to adjust them in a single thread. Homework Statement (i) Find the range of the function : f(x) = 2-3x , x\inR , x>0 Note : R is universal set containing real numbers in all the...- sankalpmittal
- Thread
- Functions Relations
- Replies: 14
- Forum: Precalculus Mathematics Homework Help
-
C
Trying to verify these work relations
I need to verify these three work relations and don't know where to even start. Wtotal= ΔK, Wc= -ΔU and Wnc = ΔE The details for the whole problem were A block of mass m1 = 2.40 kg is connected to a second block of mass m2 = 1.80 kg, as shown in the figure. The two masses start from rest...- creative9k
- Thread
- Relations Work
- Replies: 2
- Forum: Introductory Physics Homework Help
-
U
Closure of relations betweens sets
Hi all! I am searching for an algorithm (most likely already present in the literature) that could solve the following problem: Instance: Properties of sets of elements and relations between sets of elements Question: Find the closure of the properties and relations Possible properties...- user88
- Thread
- closure Relations Sets
- Replies: 8
- Forum: Set Theory, Logic, Probability, Statistics
-
S
Relations Involving the Directional Cosines
Greetings, I wonder if a proof of the relation between the directional cosines of two vectors and cosine between two vectors is available? In order to clarify what I meant I put a screen shot from Vector and Tensor Analysis by Hay.- Septim
- Thread
- Relations
- Replies: 5
- Forum: Differential Geometry
-
K
Relations between classical and quantum time-evolution of fields
This question is going to be a bit vague and might lead to nowhere, but still I'll take the risk and try to ask it here. I know in general how to quantize a field, and from the quantized field one gets the quantized Hamitonian thus the time-evolution operator. However, I wonder what're the...- kof9595995
- Thread
- Classical Fields Quantum Relations
- Replies: 27
- Forum: Quantum Physics
-
F
Pauli-Lubanski pseudovector commutation relations
Homework Statement Hi. This is not a homework question per se, but more of a personal question, but I thought I'd post it here. I'm trying to prove the commutation relations of the Pauli-Lubanski pseudovector \begin{equation} W_\mu\equiv-\frac{1}{2}...- Factvince
- Thread
- Commutation Relations
- Replies: 5
- Forum: Advanced Physics Homework Help
-
F
Contrapositive proof of irrational relations
I'm confused with a question and wondered if anyone could help explain where I need to go... let x ε R. Prove that x is irrational thenI'm confused with a question and wondered if anyone could help explain where I need to go... let x ε R. Prove that x is irrational then ((5*x^(1/3))-2)/7)...- FelixHelix
- Thread
- Contrapositive Irrational Proof Relations
- Replies: 5
- Forum: Linear and Abstract Algebra
-
T
Synergistic relations between computer science and technology.
I need some topics to write about for my research paper. I'm writing about how computer science and technology both force the other to expand. The 3 examples I'm writing about now are hardware/processor enabled security (ie I'm comparing 16bit x86 which had no security to 32bit which did)...- TylerH
- Thread
- Computer Computer science Relations Science Technology
- Replies: 5
- Forum: Computing and Technology
-
M
Relations between ANY TWO of LQG, TQFT, CFT wanted
In Tom Stoer's latest thread, he says "there is growing evidence that the incompleteness of the different approaches [LQG / canonical QGR / spin foams] has a common origin", and suprised suggests that "it may be that trying to quantize an effective theory will never work, ie., without...- mitchell porter
- Thread
- Lqg Relations
- Replies: 12
- Forum: Beyond the Standard Models
-
K
What Are the Relations Among Field Automorphisms in Galois Theory?
Homework Statement Let L = Q(t) be the field of rational functions with one variable over Q. Consider the field automorphisms of L defined by a : t -> 1 - t and b : t -> 1/t . Find the relations. I will then be using this to find the size and abstract structure of the subgroup G of Aut(L)...- Kate2010
- Thread
- Relations Theory
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
T
Relations between Angle of Launch, Range & Flight Time
1. How do angle of launch, range, and flight time relate to one each other? 2.ΔX=vcosθ*t [b]3. According to the equation above,in my opinion as θ increases, range should decrease and time(t) should increase. Is there any other way of knowing the relation?- Temper888
- Thread
- Angle Flight Launch Range Relations Time
- Replies: 1
- Forum: Introductory Physics Homework Help
-
H
How Does Inflation Affect the Thickness of a Plastic Ball?
Homework Statement A plastic ball is inflated enough to produce tangential stresses. σX = σY = 2000Kpa The radial thickness of the material is 1.2mm brfore inflation. Find the thickness after inflation if the tensile modulus of elasticity is 3.4Gpa and the shear modulus is 1.4Gpa...- hatchelhoff
- Thread
- Relations Strain Stress
- Replies: 19
- Forum: Engineering and Comp Sci Homework Help
-
B
Commutation relations of angular momentum with position, momentum.
Homework Statement Using the position space representation, prove that: \left[L_i, x_j\right] = i\hbar\epsilon_{ijk}x_k . Similarly for \left[L_i, p_j\right] . Homework Equations Presumably, L_i = \epsilon_{ijk}x_jp_k . \left[x_i, p_j\right] = i\hbar\delta_{ij} . The Attempt at a...- B L
- Thread
- Angular Angular momentum Commutation Momentum Position Relations
- Replies: 4
- Forum: Advanced Physics Homework Help
-
M
Vieta's Relations: Proving \sumg(x_{k}) = 6
Homework Statement Consider the polynomials: f(x) = x^{6} + x^{3} +1 and g(x) = x^{2} + x + 1 Denote the roots of f(x) = 0 by x_{1}, ... , x_{6}. Show that \sumg(x_{k}) = 6 , 1\leqk\leq6Homework Equations Vieta relations. The Attempt at a Solution Please correct any initial...- muzak
- Thread
- Relations
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
B
Are These Relations Reflexive, Antisymmetric, and Transitive?
Homework Statement Are these two relations reflexive, antisymmetric, transitive? 1. (w,x)<=(y,z) iff w+x <= y+z 2. (w,x)<=(y,z) iff w+x <= y+z AND w<y Homework Equations The Attempt at a Solution 1. reflexive - yes; antisymmetric - no; transitive - yes; 2. reflexive -...- brookey86
- Thread
- Partial Relations
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
T
Pressure - velocity relations for water
Ok, so I've been getting confused about some things recently. I've read that fluid flowing in a pipe at higher velocity has less pressure than one flowing slowly. So this means that the less pressure the fluid has, the more momentum it has as it has greater velocity. So suppose I were trying... -
P
Proth Primes: Coefficient & Exponent Relations
Definition: Proth number is a number of the form : k\cdot 2^n+1 where k is an odd positive integer and n is a positive integer such that : 2^n>k My question : If Proth number is prime number are there some other known relations in addition to 2^n>k , between exponent n and coefficient k ?- pedja
- Thread
- Coefficient Exponent Prime Relations
- Replies: 2
- Forum: Linear and Abstract Algebra
-
P
Let A and B be relations on the set C = {1,2,3,4,5,6}
Homework Statement Let A and B be relations on the set C = {1,2,3,4,5,6}. Prove or disprove the following: If A and B are symmetric, then A U B is symmetric. Homework Equations The Attempt at a Solution The main problem is that I don't know how A U B is defined. In general...- pearapple
- Thread
- Relations Set
- Replies: 4
- Forum: Precalculus Mathematics Homework Help
-
B
XRy: x has drawn a picture of y | what relations apply?
Homework Statement The relation xRy is defined as "x has drawn a picture of y". R is on the set of all people. Is this relation: reflexive, irreflexive, symmetric, asymmetric, antisymmetric, transitive ? Homework Equations What confuses me about this problem is that there is uncertainty...- brookey86
- Thread
- Apply Picture Relations
- Replies: 7
- Forum: Calculus and Beyond Homework Help
-
M
Some hermitian operators relations
How can I formally demonstrate this relations with hermitian operators?(A^{\dagger})^{\dagger}=A (AB)^{\dagger}=B^{\dagger}A^{\dagger} \langle x|A^{\dagger}y \rangle=\langle y|Ax \rangle ^* If \ A \ is \ hermitian \ and \ invertible, \ then \ A^{-1} \ is \ hermitian I've tried to prove them...- merkamerka
- Thread
- Hermitian Operators Relations
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
N
Test if 2 transformations produce equivalent relations to a reference
Hello -- I have some reference object R (e.g. a protein), and I've got two transformations t1 and t2 (e.g. a transformation = quaternion + translation). In my case, t1 and t2 were obtained from symmetry operations. So after applying t1 to R I get object T1, and after applying t2 to R I get...- nitroamos
- Thread
- Equivalent Reference Relations Test Transformations
- Replies: 1
- Forum: Linear and Abstract Algebra
-
T
Equivalence relations and addition
Homework Statement prove that if a~a' then a+b ~ a' + b Homework Equations The Attempt at a Solution I can prove that if a=a' then a+b = a' + b but how can I apply this to any equivalence relation- The1TL
- Thread
- Addition Equivalence Equivalence relations Relations
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
C
Laws of motion question with constraint relations
Homework Statement Find : a) acceleration of 1 kg, 2kg and 3 kg blocks and b) tensions T1 and T2 Note: In the figure, 1, 2 and 3 represent the masses of respective blocks in Kg. T1 and T2 represent tension in strings Homework Equations Newton's laws and constraint equations...- capricornpeer
- Thread
- Constraint Laws Laws of motion Motion Relations
- Replies: 6
- Forum: Introductory Physics Homework Help
-
C
Prove Relationship between Equivalence Relations and Equivalence Classes
I'm not sure if I did these 2 questions correctly, so would someone please check my work for any missing ideas or errors? Question 1: Homework Statement Prove: For every x belongs to X, TR∩S(x) = TR(x) ∩ TS(x) Homework Equations The Attempt at a Solution TR(x) = {x belongs to X such that...- Ceci020
- Thread
- Classes Equivalence Equivalence relations Relations Relationship
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
Recurrence relations - intuition
Hi My calculus textbook is completely crap at explaining recurrence relations. I know the theorems needed to solve difference equations analytically, but I do not understand why they are true. What websites and/or books can I read to get a better intuitive understanding of recurrence... -
F
Confusion is a good word to describe this problem. Relations
Homework Statement [PLAIN]http://img193.imageshack.us/img193/820/unledoxy.png The Attempt at a Solution OKay I could interpret A as something like {{-...,-...}, {-1,-1}, {-1,-2}...{-1,1}...{1,-1}, {1,1}, {2,...}, {..., ...}} Just a lot of combinations of integers without 0...- flyingpig
- Thread
- Confusion Relations
- Replies: 2
- Forum: Calculus and Beyond Homework Help