Library homepage

  • school Campus Bookshelves
  • menu_book Bookshelves
  • perm_media Learning Objects
  • login Login
  • how_to_reg Request Instructor Account
  • hub Instructor Commons

Margin Size

  • Download Page (PDF)
  • Download Full Book (PDF)
  • Periodic Table
  • Physics Constants
  • Scientific Calculator
  • Reference & Cite
  • Tools expand_more
  • Readability

selected template will load here

This action is not available.

K12 LibreTexts

2.11: If Then Statements

  • Last updated
  • Save as PDF
  • Page ID 2144

\( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \)

\( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)

\( \newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\)

( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\)

\( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\)

\( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\)

\( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\)

\( \newcommand{\Span}{\mathrm{span}}\)

\( \newcommand{\id}{\mathrm{id}}\)

\( \newcommand{\kernel}{\mathrm{null}\,}\)

\( \newcommand{\range}{\mathrm{range}\,}\)

\( \newcommand{\RealPart}{\mathrm{Re}}\)

\( \newcommand{\ImaginaryPart}{\mathrm{Im}}\)

\( \newcommand{\Argument}{\mathrm{Arg}}\)

\( \newcommand{\norm}[1]{\| #1 \|}\)

\( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\AA}{\unicode[.8,0]{x212B}}\)

\( \newcommand{\vectorA}[1]{\vec{#1}}      % arrow\)

\( \newcommand{\vectorAt}[1]{\vec{\text{#1}}}      % arrow\)

\( \newcommand{\vectorB}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \)

\( \newcommand{\vectorC}[1]{\textbf{#1}} \)

\( \newcommand{\vectorD}[1]{\overrightarrow{#1}} \)

\( \newcommand{\vectorDt}[1]{\overrightarrow{\text{#1}}} \)

\( \newcommand{\vectE}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash{\mathbf {#1}}}} \)

Hypothesis followed by a conclusion in a conditional statement.

Conditional Statements

A conditional statement (also called an if-then statement ) is a statement with a hypothesis followed by a conclusion . The hypothesis is the first, or “if,” part of a conditional statement. The conclusion is the second, or “then,” part of a conditional statement. The conclusion is the result of a hypothesis.

f-d_4db5d03aa180674c10187c8961dc571238102082156ee867771ecea3+IMAGE_TINY+IMAGE_TINY.png

If-then statements might not always be written in the “if-then” form. Here are some examples of conditional statements:

  • Statement 1: If you work overtime, then you’ll be paid time-and-a-half.
  • Statement 2: I’ll wash the car if the weather is nice.
  • Statement 3: If 2 divides evenly into \(x\), then \(x\) is an even number.
  • Statement 4: I’ll be a millionaire when I win the lottery.
  • Statement 5: All equiangular triangles are equilateral.

Statements 1 and 3 are written in the “if-then” form. The hypothesis of Statement 1 is “you work overtime.” The conclusion is “you’ll be paid time-and-a-half.” Statement 2 has the hypothesis after the conclusion. If the word “if” is in the middle of the statement, then the hypothesis is after it. The statement can be rewritten: If the weather is nice, then I will wash the car. Statement 4 uses the word “when” instead of “if” and is like Statement 2. It can be written: If I win the lottery, then I will be a millionaire. Statement 5 “if” and “then” are not there. It can be rewritten: If a triangle is equiangular, then it is equilateral.

What if you were given a statement like "All squares are rectangles"? How could you determine the hypothesis and conclusion of this statement?

Example \(\PageIndex{1}\)

Determine the hypothesis and conclusion: I'll bring an umbrella if it rains.

Hypothesis: "It rains." Conclusion: "I'll bring an umbrella."

Example \(\PageIndex{2}\)

Determine the hypothesis and conclusion: All right angles are \(90^{\circ}\).

Hypothesis: "An angle is right." Conclusion: "It is \(90^{\circ}\)."

Example \(\PageIndex{3}\)

Use the statement: I will graduate when I pass Calculus.

Rewrite in if-then form and determine the hypothesis and conclusion.

This statement can be rewritten as If I pass Calculus, then I will graduate. The hypothesis is “I pass Calculus,” and the conclusion is “I will graduate.”

Example \(\PageIndex{4}\)

Use the statement: All prime numbers are odd.

Rewrite in if-then form, determine the hypothesis and conclusion, and determine whether this is a true statement.

This statement can be rewritten as If a number is prime, then it is odd. The hypothesis is "a number is prime" and the conclusion is "it is odd". This is not a true statement (remember that not all conditional statements will be true!) since 2 is a prime number but it is not odd.

Example \(\PageIndex{5}\)

Determine the hypothesis and conclusion: Sarah will go to the store if Riley does the laundry.

The statement can be rewritten as "If Riley does the laundry then Sarah will go to the store." The hypothesis is "Riley does the laundry" and the conclusion is "Sarah will go to the store."

Determine the hypothesis and the conclusion for each statement.

  • If 5 divides evenly into \(x\), then \(x\) ends in 0 or 5.
  • If a triangle has three congruent sides, it is an equilateral triangle.
  • Three points are coplanar if they all lie in the same plane.
  • If \(x=3\), then \(x^2=9\).
  • If you take yoga, then you are relaxed.
  • All baseball players wear hats.
  • I'll learn how to drive when I am 16 years old.
  • If you do your homework, then you can watch TV.
  • Alternate interior angles are congruent if lines are parallel.
  • All kids like ice cream.

Additional Resources

Video: If-Then Statements Principles - Basic

Activities: If-Then Statements Discussion Questions

Study Aids: Conditional Statements Study Guide

Practice: If Then Statements

Real World: If Then Statements

Hypothesis

A statement that could be true, which might then be tested.

Example: Sam has a hypothesis that "large dogs are better at catching tennis balls than small dogs". We can test that hypothesis by having hundreds of different sized dogs try to catch tennis balls.

Sometimes the hypothesis won't be tested, it is simply a good explanation (which could be wrong). Conjecture is a better word for this.

Example: you notice the temperature drops just as the sun rises. Your hypothesis is that the sun warms the air high above you, which rises up and then cooler air comes from the sides.

Note: when someone says "I have a theory" they should say "I have a hypothesis", because in mathematics a theory is actually well proven.

Calcworkshop

Conditional Statement If Then's Defined in Geometry - 15+ Examples!

// Last Updated: January 21, 2020 - Watch Video //

In today’s geometry lesson , you’re going to learn all about conditional statements!

Jenn (B.S., M.Ed.) of Calcworkshop® introducing conditional statements

Jenn, Founder Calcworkshop ® , 15+ Years Experience (Licensed & Certified Teacher)

We’re going to walk through several examples to ensure you know what you’re doing.

In addition, this lesson will prepare you for deductive reasoning and two column proofs later on.

Here we go!

What are Conditional Statements?

To better understand deductive reasoning, we must first learn about conditional statements.

A conditional statement has two parts: hypothesis ( if ) and conclusion ( then ).

In fact, conditional statements are nothing more than “If-Then” statements!

Sometimes a picture helps form our hypothesis or conclusion. Therefore, we sometimes use Venn Diagrams to visually represent our findings and aid us in creating conditional statements.

But to verify statements are correct, we take a deeper look at our if-then statements. This is why we form the converse , inverse , and contrapositive of our conditional statements.

What is the Converse of a Statement?

Well, the converse is when we switch or interchange our hypothesis and conclusion.

Conditional Statement : “If today is Wednesday, then yesterday was Tuesday.”

Hypothesis : “If today is Wednesday” so our conclusion must follow “Then yesterday was Tuesday.”

So the converse is found by rearranging the hypothesis and conclusion, as Math Planet accurately states.

Converse : “If yesterday was Tuesday, then today is Wednesday.”

What is the Inverse of a Statement?

Now the inverse of an If-Then statement is found by negating (making negative) both the hypothesis and conclusion of the conditional statement.

So using our current conditional statement, “If today is Wednesday, then yesterday was Tuesday”.

Inverse : “If today is not Wednesday, then yesterday was not Tuesday.”

What is a Contrapositive?

And the contrapositive is formed by interchanging the hypothesis and conclusion and then negating both.

Contrapositive : “If yesterday was not Tuesday, then today is not Wednesday”

What is a Biconditional Statement?

A statement written in “if and only if” form combines a reversible statement and its true converse. In other words the conditional statement and converse are both true.

Continuing with our initial condition, “If today is Wednesday, then yesterday was Tuesday.”

Biconditional : “Today is Wednesday if and only if yesterday was Tuesday.”

examples of conditional statements

Examples of Conditional Statements

In the video below we will look at several harder examples of how to form a proper statement, converse, inverse, and contrapositive. And here’s a big hint…

Whenever you see “con” that means you switch! It’s like being a con-artist!

Moreover, we will detail the process for coming up with reasons for our conclusions using known postulates. We will review the ten postulates that we have learned so far, and add a few more problems dealing with perpendicular lines, planes, and perpendicular bisectors.

After this lesson, we will be ready to tackle deductive reasoning head-on, and feel confident as we march onward toward learning two-column proofs!

Conditional Statements – Lesson & Examples (Video)

  • Introduction to conditional statements
  • 00:00:25 – What are conditional statements, converses, and biconditional statements? (Examples #1-2)
  • 00:05:21 – Understanding venn diagrams (Examples #3-4)
  • 00:11:07 – Supply the missing venn diagram and conditional statement for each question (Examples #5-8)
  • Exclusive Content for Member’s Only
  • 00:17:48 – Write the statement and converse then determine if they are reversible (Examples #9-12)
  • 00:29:17 – Understanding the inverse, contrapositive, and symbol notation
  • 00:35:33 – Write the statement, converse, inverse, contrapositive, and biconditional statements for each question (Examples #13-14)
  • 00:45:40 – Using geometry postulates to verify statements (Example #15)
  • 00:53:23 – What are perpendicular lines, perpendicular planes and the perpendicular bisector?
  • 00:56:26 – Using the figure, determine if the statement is true or false (Example #16)
  • Practice Problems with Step-by-Step Solutions
  • Chapter Tests with Video Solutions

Get access to all the courses and over 450 HD videos with your subscription

Monthly and Yearly Plans Available

Get My Subscription Now

Still wondering if CalcWorkshop is right for you? Take a Tour and find out how a membership can take the struggle out of learning math.

5 Star Excellence award from Shopper Approved for collecting at least 100 5 star reviews

A free service from Mattecentrum

If-then statement

  • Logical correct I
  • Logical correct II

When we previously discussed inductive reasoning we based our reasoning on examples and on data from earlier events. If we instead use facts, rules and definitions then it's called deductive reasoning.

We will explain this by using an example.

If you get good grades then you will get into a good college.

The part after the "if": you get good grades - is called a hypotheses and the part after the "then" - you will get into a good college - is called a conclusion.

Hypotheses followed by a conclusion is called an If-then statement or a conditional statement.

This is noted as

$$p \to q$$

This is read - if p then q.

A conditional statement is false if hypothesis is true and the conclusion is false. The example above would be false if it said "if you get good grades then you will not get into a good college".

If we re-arrange a conditional statement or change parts of it then we have what is called a related conditional.

Our conditional statement is: if a population consists of 50% men then 50% of the population must be women.

If we exchange the position of the hypothesis and the conclusion we get a converse statemen t: if a population consists of 50% women then 50% of the population must be men.

$$q\rightarrow p$$

If both statements are true or if both statements are false then the converse is true. A conditional and its converse do not mean the same thing

If we negate both the hypothesis and the conclusion we get a inverse statemen t: if a population do not consist of 50% men then the population do not consist of 50% women.

$$\sim p\rightarrow \: \sim q$$

The inverse is not true juest because the conditional is true. The inverse always has the same truth value as the converse.

We could also negate a converse statement, this is called a contrapositive statemen t:  if a population do not consist of 50% women then the population do not consist of 50% men.

$$\sim q\rightarrow \: \sim p$$

The contrapositive does always have the same truth value as the conditional. If the conditional is true then the contrapositive is true.

A pattern of reaoning is a true assumption if it always lead to a true conclusion. The most common patterns of reasoning are detachment and syllogism.

If we turn of the water in the shower, then the water will stop pouring.

If we call the first part p and the second part q then we know that p results in q. This means that if p is true then q will also be true. This is called the law of detachment and is noted:

$$\left [ (p \to q)\wedge p \right ] \to q$$

The law of syllogism tells us that if p → q and q → r then p → r is also true.

This is noted:

$$\left [ (p \to q)\wedge (q \to r ) \right ] \to (p \to r)$$

If the following statements are true:

If we turn of the water (p), then the water will stop pouring (q). If the water stops pouring (q) then we don't get wet any more (r).

Then the law of syllogism tells us that if we turn of the water (p) then we don't get wet (r) must be true.

Video lesson

Write a converse, inverse and contrapositive to the conditional

"If you eat a whole pint of ice cream, then you won't be hungry"

  • Angles, parallel lines and transversals
  • Congruent triangles
  • More about triangles
  • Inequalities
  • Mean and geometry
  • The converse of the Pythagorean theorem and special triangles
  • Properties of parallelograms
  • Common types of transformation
  • Transformation using matrices
  • Basic information about circles
  • Inscribed angles and polygons
  • Advanced information about circles
  • Parallelogram, triangles etc
  • The surface area and the volume of pyramids, prisms, cylinders and cones
  • SAT Overview
  • ACT Overview

Cambridge University Faculty of Mathematics

Or search by topic

Number and algebra

  • The Number System and Place Value
  • Calculations and Numerical Methods
  • Fractions, Decimals, Percentages, Ratio and Proportion
  • Properties of Numbers
  • Patterns, Sequences and Structure
  • Algebraic expressions, equations and formulae
  • Coordinates, Functions and Graphs

Geometry and measure

  • Angles, Polygons, and Geometrical Proof
  • 3D Geometry, Shape and Space
  • Measuring and calculating with units
  • Transformations and constructions
  • Pythagoras and Trigonometry
  • Vectors and Matrices

Probability and statistics

  • Handling, Processing and Representing Data
  • Probability

Working mathematically

  • Thinking mathematically
  • Mathematical mindsets
  • Cross-curricular contexts
  • Physical and digital manipulatives

For younger learners

  • Early Years Foundation Stage

Advanced mathematics

  • Decision Mathematics and Combinatorics
  • Advanced Probability and Statistics

Published 2008 Revised 2019

Understanding Hypotheses

hypothesis statement definition geometry

'What happens if ... ?' to ' This will happen if'

The experimentation of children continually moves on to the exploration of new ideas and the refinement of their world view of previously understood situations. This description of the playtime patterns of young children very nicely models the concept of 'making and testing hypotheses'. It follows this pattern:

  • Make some observations. Collect some data based on the observations.
  • Draw a conclusion (called a 'hypothesis') which will explain the pattern of the observations.
  • Test out your hypothesis by making some more targeted observations.

So, we have

  • A hypothesis is a statement or idea which gives an explanation to a series of observations.

Sometimes, following observation, a hypothesis will clearly need to be refined or rejected. This happens if a single contradictory observation occurs. For example, suppose that a child is trying to understand the concept of a dog. He reads about several dogs in children's books and sees that they are always friendly and fun. He makes the natural hypothesis in his mind that dogs are friendly and fun . He then meets his first real dog: his neighbour's puppy who is great fun to play with. This reinforces his hypothesis. His cousin's dog is also very friendly and great fun. He meets some of his friends' dogs on various walks to playgroup. They are also friendly and fun. He is now confident that his hypothesis is sound. Suddenly, one day, he sees a dog, tries to stroke it and is bitten. This experience contradicts his hypothesis. He will need to amend the hypothesis. We see that

  • Gathering more evidence/data can strengthen a hypothesis if it is in agreement with the hypothesis.
  • If the data contradicts the hypothesis then the hypothesis must be rejected or amended to take into account the contradictory situation.

hypothesis statement definition geometry

  • A contradictory observation can cause us to know for certain that a hypothesis is incorrect.
  • Accumulation of supporting experimental evidence will strengthen a hypothesis but will never let us know for certain that the hypothesis is true.

In short, it is possible to show that a hypothesis is false, but impossible to prove that it is true!

Whilst we can never prove a scientific hypothesis to be true, there will be a certain stage at which we decide that there is sufficient supporting experimental data for us to accept the hypothesis. The point at which we make the choice to accept a hypothesis depends on many factors. In practice, the key issues are

  • What are the implications of mistakenly accepting a hypothesis which is false?
  • What are the cost / time implications of gathering more data?
  • What are the implications of not accepting in a timely fashion a true hypothesis?

For example, suppose that a drug company is testing a new cancer drug. They hypothesise that the drug is safe with no side effects. If they are mistaken in this belief and release the drug then the results could have a disastrous effect on public health. However, running extended clinical trials might be very costly and time consuming. Furthermore, a delay in accepting the hypothesis and releasing the drug might also have a negative effect on the health of many people.

In short, whilst we can never achieve absolute certainty with the testing of hypotheses, in order to make progress in science or industry decisions need to be made. There is a fine balance to be made between action and inaction.

Hypotheses and mathematics So where does mathematics enter into this picture? In many ways, both obvious and subtle:

  • A good hypothesis needs to be clear, precisely stated and testable in some way. Creation of these clear hypotheses requires clear general mathematical thinking.
  • The data from experiments must be carefully analysed in relation to the original hypothesis. This requires the data to be structured, operated upon, prepared and displayed in appropriate ways. The levels of this process can range from simple to exceedingly complex.

Very often, the situation under analysis will appear to be complicated and unclear. Part of the mathematics of the task will be to impose a clear structure on the problem. The clarity of thought required will actively be developed through more abstract mathematical study. Those without sufficient general mathematical skill will be unable to perform an appropriate logical analysis.

Using deductive reasoning in hypothesis testing

There is often confusion between the ideas surrounding proof, which is mathematics, and making and testing an experimental hypothesis, which is science. The difference is rather simple:

  • Mathematics is based on deductive reasoning : a proof is a logical deduction from a set of clear inputs.
  • Science is based on inductive reasoning : hypotheses are strengthened or rejected based on an accumulation of experimental evidence.

Of course, to be good at science, you need to be good at deductive reasoning, although experts at deductive reasoning need not be mathematicians. Detectives, such as Sherlock Holmes and Hercule Poirot, are such experts: they collect evidence from a crime scene and then draw logical conclusions from the evidence to support the hypothesis that, for example, Person M. committed the crime. They use this evidence to create sufficiently compelling deductions to support their hypotheses beyond reasonable doubt . The key word here is 'reasonable'. There is always the possibility of creating an exceedingly outlandish scenario to explain away any hypothesis of a detective or prosecution lawyer, but judges and juries in courts eventually make the decision that the probability of such eventualities are 'small' and the chance of the hypothesis being correct 'high'.

hypothesis statement definition geometry

  • If a set of data is normally distributed with mean 0 and standard deviation 0.5 then there is a 97.7% certainty that a measurement will not exceed 1.0.
  • If the mean of a sample of data is 12, how confident can we be that the true mean of the population lies between 11 and 13?

It is at this point that making and testing hypotheses becomes a true branch of mathematics. This mathematics is difficult, but fascinating and highly relevant in the information-rich world of today.

To read more about the technical side of hypothesis testing, take a look at What is a Hypothesis Test?

You might also enjoy reading the articles on statistics on the Understanding Uncertainty website

This resource is part of the collection Statistics - Maths of Real Life

Definition Of Hypothesis

Hypothesis is the part of a conditional statement just after the word if.

Examples of Hypothesis

In the conditional, "If all fours sides of a quadrilateral measure the same, then the quadrilateral is a square" the hypothesis is "all fours sides of a quadrilateral measure the same".

Video Examples: Hypothesis  

Solved Example on Hypothesis

Ques:  in the example above, is the hypothesis "all fours sides of a quadrilateral measure the same" always, never, or sometimes true.

A. always B. never C. sometimes Correct Answer: C

Step 1: The hypothesis is sometimes true. Because, its true only for a square and a rhombus, not for the other quadrilaterals rectangle, parallelogram, or trapezoid.

Related Worksheet

  • Identifying-and-Describing-Right-Triangles-Gr-4
  • Points,-Lines,-Line-Segments,-Rays-and-Angles-Gr-4
  • Two-dimensional-Geometric-Figures-Gr-4
  • Interpreting-Multiplication-as-Scaling-or-Resizing-Gr-5
  • Parallel-Lines-and-Transversals-Gr-8

HighSchool Math

  • MathDictionary
  • PhysicsDictionary
  • ChemistryDictionary
  • BiologyDictionary
  • MathArticles
  • HealthInformation

SplashLearn Logo

Conditional Statement – Definition, Truth Table, Examples, FAQs

What is a conditional statement, how to write a conditional statement, what is a biconditional statement, solved examples on conditional statements, practice problems on conditional statements, frequently asked questions about conditional statements.

A conditional statement is a statement that is written in the “If p, then q” format. Here, the statement p is called the hypothesis and q is called the conclusion. It is a fundamental concept in logic and mathematics. 

Conditional statement symbol :  p → q

A conditional statement consists of two parts.

  • The “if” clause, which presents a condition or hypothesis.
  • The “then” clause, which indicates the consequence or result that follows if the condition is true. 

Example : If you brush your teeth, then you won’t get cavities.

Hypothesis (Condition): If you brush your teeth

Conclusion (Consequence): then you won’t get cavities 

Conditional statement

Conditional Statement: Definition

A conditional statement is characterized by the presence of “if” as an antecedent and “then” as a consequent. A conditional statement, also known as an “if-then” statement consists of two parts:

  • The “if” clause (hypothesis): This part presents a condition, situation, or assertion. It is the initial condition that is being considered.
  • The “then” clause (conclusion): This part indicates the consequence, result, or action that will occur if the condition presented in the “if” clause is true or satisfied. 

Related Worksheets

Complete the Statements Using Addition Sentence Worksheet

Representation of Conditional Statement

The conditional statement of the form ‘If p, then q” is represented as p → q. 

It is pronounced as “p implies q.”

Different ways to express a conditional statement are:

  • p implies q
  • p is sufficient for q
  • q is necessary for p

Parts of a Conditional Statement

There are two parts of conditional statements, hypothesis and conclusion. The hypothesis or condition will begin with the “if” part, and the conclusion or action will begin with the “then” part. A conditional statement is also called “implication.”

Conditional Statements Examples:

Example 1: If it is Sunday, then you can go to play. 

Hypothesis: If it is Sunday

Conclusion: then you can go to play. 

Example 2: If you eat all vegetables, then you can have the dessert.

Condition: If you eat all vegetables

Conclusion: then you can have the dessert 

To form a conditional statement, follow these concise steps:

Step 1 : Identify the condition (antecedent or “if” part) and the consequence (consequent or “then” part) of the statement.

Step 2 : Use the “if… then…” structure to connect the condition and consequence.

Step 3 : Ensure the statement expresses a logical relationship where the condition leads to the consequence.

Example 1 : “If you study (condition), then you will pass the exam (consequence).” 

This conditional statement asserts that studying leads to passing the exam. If you study (condition is true), then you will pass the exam (consequence is also true).

Example 2 : If you arrange the numbers from smallest to largest, then you will have an ascending order.

Hypothesis: If you arrange the numbers from smallest to largest

Conclusion: then you will have an ascending order

Truth Table for Conditional Statement

The truth table for a conditional statement is a table used in logic to explore the relationship between the truth values of two statements. It lists all possible combinations of truth values for “p” and “q” and determines whether the conditional statement is true or false for each combination. 

The truth value of p → q is false only when p is true and q is False. 

If the condition is false, the consequence doesn’t affect the truth of the conditional; it’s always true.

In all the other cases, it is true.

The truth table is helpful in the analysis of possible combinations of truth values for hypothesis or condition and conclusion or action. It is useful to understand the presence of truth or false statements. 

Converse, Inverse, and Contrapositive

The converse, inverse, and contrapositive are three related conditional statements that are derived from an original conditional statement “p → q.” 

Consider a conditional statement: If I run, then I feel great.

  • Converse: 

The converse of “p → q” is “q → p.” It reverses the order of the original statement. While the original statement says “if p, then q,” the converse says “if q, then p.” 

Converse: If I feel great, then I run.

  • Inverse: 

The inverse of “p → q” is “~p → ~q,” where “” denotes negation (opposite). It negates both the antecedent (p) and the consequent (q). So, if the original statement says “if p, then q,” the inverse says “if not p, then not q.”

Inverse : If I don’t run, then I don’t feel great.

  • Contrapositive: 

The contrapositive of “p → q” is “~q → ~p.” It reverses the order and also negates both the statements. So, if the original statement says “if p, then q,” the contrapositive says “if not q, then not p.”

Contrapositive: If I don’t feel great, then I don’t run.

A biconditional statement is a type of compound statement in logic that expresses a bidirectional or two-way relationship between two statements. It asserts that “p” is true if and only if “q” is true, and vice versa. In symbolic notation, a biconditional statement is represented as “p ⟺ q.”

In simpler terms, a biconditional statement means that the truth of “p” and “q” are interdependent. 

If “p” is true, then “q” must also be true, and if “q” is true, then “p” must be true. Conversely, if “p” is false, then “q” must be false, and if “q” is false, then “p” must be false. 

Biconditional statements are often used to express equality, equivalence, or conditions where two statements are mutually dependent for their truth values. 

Examples : 

  • I will stop my bike if and only if the traffic light is red.  
  • I will stay if and only if you play my favorite song.

Facts about Conditional Statements

  • The negation of a conditional statement “p → q” is expressed as “p and not q.” It is denoted as “𝑝 ∧ ∼𝑞.” 
  • The conditional statement is not logically equivalent to its converse and inverse.
  • The conditional statement is logically equivalent to its contrapositive. 
  • Thus, we can write p → q ∼q → ∼p

In this article, we learned about the fundamentals of conditional statements in mathematical logic, including their structure, parts, truth tables, conditional logic examples, and various related concepts. Understanding conditional statements is key to logical reasoning and problem-solving. Now, let’s solve a few examples and practice MCQs for better comprehension.

Example 1: Identify the hypothesis and conclusion. 

If you sing, then I will dance.

Solution : 

Given statement: If you sing, then I will dance.

Here, the antecedent or the hypothesis is “if you sing.”

The conclusion is “then I will dance.”

Example 2: State the converse of the statement: “If the switch is off, then the machine won’t work.” 

Here, p: The switch is off

q: The machine won’t work.

The conditional statement can be denoted as p → q.

Converse of p → q is written by reversing the order of p and q in the original statement.

Converse of  p → q is q → p.

Converse of  p → q: q → p: If the machine won’t work, then the switch is off.

Example 3: What is the truth value of the given conditional statement? 

If 2+2=5 , then pigs can fly.

Solution:  

q: Pigs can fly.

The statement p is false. Now regardless of the truth value of statement q, the overall statement will be true. 

F → F = T

Hence, the truth value of the statement is true. 

Conditional Statement - Definition, Truth Table, Examples, FAQs

Attend this quiz & Test your knowledge.

What is the antecedent in the given conditional statement? If it’s sunny, then I’ll go to the beach.

A conditional statement can be expressed as, what is the converse of “a → b”, when the antecedent is true and the consequent is false, the conditional statement is.

What is the meaning of conditional statements?

Conditional statements, also known as “if-then” statements, express a cause-and-effect or logical relationship between two propositions.

When does the truth value of a conditional statement is F?

A conditional statement is considered false when the antecedent is true and the consequent is false.

What is the contrapositive of a conditional statement?

The contrapositive reverses the order of the statements and also negates both the statements. It is equivalent in truth value to the original statement.

RELATED POSTS

  • Ordering Decimals: Definition, Types, Examples
  • Decimal to Octal: Steps, Methods, Conversion Table
  • Lattice Multiplication – Definition, Method, Examples, Facts, FAQs
  • X Intercept – Definition, Formula, Graph, Examples
  • Lateral Face – Definition With Examples

Banner Image

Math & ELA | PreK To Grade 5

Kids see fun., you see real learning outcomes..

Make study-time fun with 14,000+ games & activities, 450+ lesson plans, and more—free forever.

Parents, Try for Free Teachers, Use for Free

Rise and Sine

hypothesis statement definition geometry

Conditional Statements in Geometry

hypothesis statement definition geometry

Conditional statements in geometry can be confusing for even the best geometry students. The logic and proof portion of your geometry curriculum is bursting with new terminology! There are conditional statements, and the inverse, converse, contrapositive, etc. And wait, we represent them with p’s and q’s?! Ok, let’s break it down. 

What is a Conditional Statement?

hypothesis statement definition geometry

A conditional statement in geometry is an “if-then” statement.

The part of the statement that follows “if” is called the hypothesis , and the part of the statement that follows “then” is called the conclusion .

We also represent conditional statements symbolically. For a conditional statement, p represents the hypothesis and q represents the conclusion. Symbolically we write p → q, which reads “if p then q.”

Statements Related to the Conditional Statement

hypothesis statement definition geometry

  Inverse . To write the inverse of the conditional statement, you negate the hypothesis AND conclusion. Symbolically, it’s written as ~p → ~q and read as “If not p, then not q”.

Converse . To write the converse of the conditional statement, you switch the hypothesis and conclusion. Symbolically, it’s written as q → p and read “if q then p”.

Contrapositive . To write the contrapositive of the conditional statement, you both negate AND switch the hypothesis and conclusion. Symbolically, it’s written as ~q → ~p and read “if not q, then not p”. 

Resources for Teaching Conditional Statements

Looking for a graphic organizer to summarize conditional statements in geometry? Leave me your e-mail and I’ll send you one for FREE!  

Students can practice writing statements and determining their truth value with this self-checking assignment ! 

hypothesis statement definition geometry

Stay tuned for a Logic and Proof Unit Bundle coming soon! 

Happy teaching!

' data-src=

Related posts

hypothesis statement definition geometry

Fresh Ideas to Teach the Unit Circle in Trigonometry

hypothesis statement definition geometry

Self-Checking Math Resources: Why I Love Them and You Should Too!

hypothesis statement definition geometry

The Best Way to Teach Trig Identities to Your Precalc Class

No comments, leave a reply cancel reply.

Save my name, email, and website in this browser for the next time I comment.

If you're seeing this message, it means we're having trouble loading external resources on our website.

If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.

To log in and use all the features of Khan Academy, please enable JavaScript in your browser.

AP®︎/College Statistics

Course: ap®︎/college statistics   >   unit 10.

  • Idea behind hypothesis testing

Examples of null and alternative hypotheses

  • Writing null and alternative hypotheses
  • P-values and significance tests
  • Comparing P-values to different significance levels
  • Estimating a P-value from a simulation
  • Estimating P-values from simulations
  • Using P-values to make conclusions

hypothesis statement definition geometry

Want to join the conversation?

  • Upvote Button navigates to signup page
  • Downvote Button navigates to signup page
  • Flag Button navigates to signup page

Good Answer

Video transcript

senioritis

Understanding the Role of Hypotheses and Conclusions in Mathematical Reasoning

Hypothesis and conclusion.

In the context of mathematics and logic, a hypothesis is a statement or proposition that is assumed to be true for the purpose of a logical argument or investigation. It is usually denoted by “H” or “P” and is the starting point for many mathematical proofs.

For example, let’s consider the hypothesis: “If it is raining outside, then the ground is wet.” This statement assumes that whenever it rains, the ground will be wet.

The conclusion, on the other hand, is the statement or proposition that is inferred or reached by logical reasoning, based on the hypothesis or given information. It is typically denoted by “C” or “Q”.

Using the same example, the conclusion derived from the hypothesis could be: “It is currently raining outside, so the ground is wet.” This conclusion is based on the assumption that the given condition of rain implies a wet ground.

In mathematics, hypotheses and conclusions are commonly used in proofs and logical arguments. By stating a hypothesis and then deducing a conclusion from it, mathematicians can demonstrate the validity of certain mathematical concepts, theorems, or formulas.

It’s important to note that in mathematics, a hypothesis is not the same as a guess or a prediction. It is a statement that is assumed to be true and serves as the basis for logical reasoning, while the conclusion is the logical consequence or outcome that is drawn from the hypothesis.

More Answers:

Recent posts, ramses ii a prominent pharaoh and legacy of ancient egypt.

Ramses II (c. 1279–1213 BCE) Ramses II, also known as Ramses the Great, was one of the most prominent and powerful pharaohs of ancient Egypt.

Formula for cyclic adenosine monophosphate & Its Significance

Is the formula of cyclic adenosine monophosphate (cAMP) $ce{C_{10}H_{11}N_{5}O_{6}P}$ or $ce{C_{10}H_{12}N_{5}O_{6}P}$? Does it matter? The correct formula for cyclic adenosine monophosphate (cAMP) is $ce{C_{10}H_{11}N_{5}O_{6}P}$. The

Development of a Turtle Inside its Egg

How does a turtle develop inside its egg? The development of a turtle inside its egg is a fascinating process that involves several stages and

The Essential Molecule in Photosynthesis for Energy and Biomass

Why does photosynthesis specifically produce glucose? Photosynthesis is the biological process by which plants, algae, and some bacteria convert sunlight, carbon dioxide (CO2), and water

How the Human Body Recycles its Energy Currency

Source for “The human body recycles its body weight of ATP each day”? The statement that “the human body recycles its body weight of ATP

Don't Miss Out! Sign Up Now!

Sign up now to get started for free!

Converse Statement

A statement that is of the form "If p then q" is a conditional statement. Here 'p' refers to 'hypotheses' and 'q' refers to 'conclusion'.

For example, "If Cliff is thirsty, then she drinks water."  This is a conditional statement. It is also called an implication . The converse statement is " If Cliff drinks water then she is thirsty". 

What is converse statement?

A converse statement is the opposite of a conditional statement. It is to be noted that not always the converse of a conditional statement is true. 

For example, in geometry , "If a closed shape has four sides then it is a square" is a conditional statement, The truthfulness of a converse statement depends on the truth of hypotheses of the conditional statement.

In this mini-lesson, we will learn about the converse statement, how inverse and contrapositive are obtained from a conditional statement, converse statement definition, converse statement geometry, and converse statement symbol.

Lesson Plan

What is converse statement.

A statement obtained by reversing the hypothesis and conclusion of a conditional statement is called a converse statement.

Explanation

Let us understand the terms "hypothesis" and "conclusion."

A statement which is of the form of "if p then q" is a conditional statement, where 'p' is called hypothesis and 'q' is called the conclusion.

A converse statement is gotten by exchanging the positions of 'p' and 'q' in the given condition.

For example,

"If Cliff is thirsty, then she drinks water" is a condition.

The converse statement is "If Cliff drinks water, then she is thirsty."

Converse statement

The hypothesis 'p' and conclusion 'q' interchange their places in a converse statement.

What Is Inverse Statement?

A statement obtained by negating the hypothesis and conclusion of a conditional statement.

An inverse statement changes the "if p then q" statement to the form of  "if not p then not q."

"If John has time, then he works out in the gym."

The inverse statement is "If John does not have time, then he does not work out in the gym." 

hypothesis statement definition geometry

What Is Contrapositive Statement?

A statement obtained by exchanging the hypothesis and conclusion of an inverse statement. 

Contrapositive statement

A contrapositive statement changes "if not p then not q" to "if not q to then, not p."

  • The converse of the conditional statement is “If  Q  then  P .”
  • The contrapositive of the conditional statement is “If not  Q  then not  P .”
  • The inverse of the conditional statement is “If not  P  then not  Q .”

If it is a holiday, then I will wake up late. - Conditional statement

If it is not a holiday, then I will not wake up late. - Inverse statement

If I am not waking up late, then it is not a holiday. - Contrapositive statement

What Is a Conditional Statement? 

A conditional statement is a statement in the form of "if p then q," where 'p' and 'q' are called a hypothesis and conclusion.

conditional statement

A conditional statement defines that if the hypothesis is true then the conclusion is true.

"If we have to to travel for a long distance, then we have to take a taxi" is a conditional statement.

Converse of a Conditional Statement

To get the converse of a conditional statement, interchange the places of hypothesis and conclusion.

If you eat a lot of vegetables, then you will be healthy. - Conditional statement

If you are healthy, then you eat a lot of vegetables. - Converse of Conditional statement

Inverse of Conditional Statement

To get the inverse of a conditional statement, we negate both the hypothesis and conclusion.

If you read books, then you will gain knowledge. - Conditional statement

If you do not read books, then you will not gain knowledge. -Inverse of conditional statement

Contrapositive of Conditional Statement

To get the contrapositive of a conditional statement, we negate the hypothesis and conclusion and exchange their position.

Emily's dad watches a movie if he has time. - Conditional statement

If Emily's dad does not have time, then he does not watch a movie. - Contrapositive of a conditional statement

important notes to remember

  • In a conditional statement "if p then q," 'p' is called the hypothesis and 'q' is called the conclusion.
  • There can be three related logical statements for a conditional statement.

Solved Examples

Write the converse, inverse, and contrapositive statement of the following conditional statement.

If you win the race then you will get a prize.

The conditional statement given is "If you win the race then you will get a prize." 

It is of the form "If p then q".

Here 'p' is the hypothesis and 'q' is the conclusion.

From the given inverse statement, write down its conditional and contrapositive statements.

If there is no accomodation in the hotel, then we are not going on a vacation.

The inverse statement given is "If there is no accomodation in the hotel, then we are not going on a vacation."

It is of the form "If not p then not q"

Write the converse, inverse, and contrapositive statement for the following conditional statement. 

If you study well then you will pass the exam. Solution

Given statement is - If you study well then you will pass the exam.

Thinking out of the box

  • If 2a + 3 <  10, then a = 3. Write the converse, inverse, and contrapositive statements and verify their truthfulness.

Interactive Questions 

Here are a few activities for you to practice. Select/Type your answer and click the "Check Answer" button to see the result.

Let's Summarize

The mini-lesson targeted the fascinating concept of converse statement. Hope you enjoyed learning! Now you can easily find the converse, inverse, and contrapositive of any conditional statement you are given!

At  Cuemath , our team of math experts is dedicated to making learning fun for our favorite readers, the students!

Through an interactive and engaging learning-teaching-learning approach, the teachers explore all angles of a topic.

Be it worksheets, online classes, doubt sessions, or any other form of relation, it’s the logical thinking and smart learning approach that we, at Cuemath, believe in.

Frequently Asked Questions (FAQs)

1. what is the negation of a statement.

A statement that conveys the opposite meaning of a statement is called its negation.

2. How do you write a converse statement?

A statement formed by interchanging the hypothesis and conclusion of a statement is its converse.

  • Live one on one classroom and doubt clearing
  • Practice worksheets in and after class for conceptual clarity
  • Personalized curriculum to keep up with school

hypothesis statement definition geometry

A hypothesis is a proposition that is consistent with known data, but has been neither verified nor shown to be false.

In statistics, a hypothesis (sometimes called a statistical hypothesis) refers to a statement on which hypothesis testing will be based. Particularly important statistical hypotheses include the null hypothesis and alternative hypothesis .

In symbolic logic , a hypothesis is the first part of an implication (with the second part being known as the predicate ).

In general mathematical usage, "hypothesis" is roughly synonymous with " conjecture ."

Explore with Wolfram|Alpha

WolframAlpha

More things to try:

  • 1, 4, 9, 16, 25, ...
  • Dakota Cash

Cite this as:

Weisstein, Eric W. "Hypothesis." From MathWorld --A Wolfram Web Resource. https://mathworld.wolfram.com/Hypothesis.html

Subject classifications

9.1 Null and Alternative Hypotheses

The actual test begins by considering two hypotheses . They are called the null hypothesis and the alternative hypothesis . These hypotheses contain opposing viewpoints.

H 0 , the — null hypothesis: a statement of no difference between sample means or proportions or no difference between a sample mean or proportion and a population mean or proportion. In other words, the difference equals 0.

H a —, the alternative hypothesis: a claim about the population that is contradictory to H 0 and what we conclude when we reject H 0 .

Since the null and alternative hypotheses are contradictory, you must examine evidence to decide if you have enough evidence to reject the null hypothesis or not. The evidence is in the form of sample data.

After you have determined which hypothesis the sample supports, you make a decision. There are two options for a decision. They are reject H 0 if the sample information favors the alternative hypothesis or do not reject H 0 or decline to reject H 0 if the sample information is insufficient to reject the null hypothesis.

Mathematical Symbols Used in H 0 and H a :

H 0 always has a symbol with an equal in it. H a never has a symbol with an equal in it. The choice of symbol depends on the wording of the hypothesis test. However, be aware that many researchers use = in the null hypothesis, even with > or < as the symbol in the alternative hypothesis. This practice is acceptable because we only make the decision to reject or not reject the null hypothesis.

Example 9.1

H 0 : No more than 30 percent of the registered voters in Santa Clara County voted in the primary election. p ≤ 30 H a : More than 30 percent of the registered voters in Santa Clara County voted in the primary election. p > 30

A medical trial is conducted to test whether or not a new medicine reduces cholesterol by 25 percent. State the null and alternative hypotheses.

Example 9.2

We want to test whether the mean GPA of students in American colleges is different from 2.0 (out of 4.0). The null and alternative hypotheses are the following: H 0 : μ = 2.0 H a : μ ≠ 2.0

We want to test whether the mean height of eighth graders is 66 inches. State the null and alternative hypotheses. Fill in the correct symbol (=, ≠, ≥, <, ≤, >) for the null and alternative hypotheses.

  • H 0 : μ __ 66
  • H a : μ __ 66

Example 9.3

We want to test if college students take fewer than five years to graduate from college, on the average. The null and alternative hypotheses are the following: H 0 : μ ≥ 5 H a : μ < 5

We want to test if it takes fewer than 45 minutes to teach a lesson plan. State the null and alternative hypotheses. Fill in the correct symbol ( =, ≠, ≥, <, ≤, >) for the null and alternative hypotheses.

  • H 0 : μ __ 45
  • H a : μ __ 45

Example 9.4

An article on school standards stated that about half of all students in France, Germany, and Israel take advanced placement exams and a third of the students pass. The same article stated that 6.6 percent of U.S. students take advanced placement exams and 4.4 percent pass. Test if the percentage of U.S. students who take advanced placement exams is more than 6.6 percent. State the null and alternative hypotheses. H 0 : p ≤ 0.066 H a : p > 0.066

On a state driver’s test, about 40 percent pass the test on the first try. We want to test if more than 40 percent pass on the first try. Fill in the correct symbol (=, ≠, ≥, <, ≤, >) for the null and alternative hypotheses.

  • H 0 : p __ 0.40
  • H a : p __ 0.40

Collaborative Exercise

Bring to class a newspaper, some news magazines, and some internet articles. In groups, find articles from which your group can write null and alternative hypotheses. Discuss your hypotheses with the rest of the class.

As an Amazon Associate we earn from qualifying purchases.

This book may not be used in the training of large language models or otherwise be ingested into large language models or generative AI offerings without OpenStax's permission.

Want to cite, share, or modify this book? This book uses the Creative Commons Attribution License and you must attribute Texas Education Agency (TEA). The original material is available at: https://www.texasgateway.org/book/tea-statistics . Changes were made to the original material, including updates to art, structure, and other content updates.

Access for free at https://openstax.org/books/statistics/pages/1-introduction
  • Authors: Barbara Illowsky, Susan Dean
  • Publisher/website: OpenStax
  • Book title: Statistics
  • Publication date: Mar 27, 2020
  • Location: Houston, Texas
  • Book URL: https://openstax.org/books/statistics/pages/1-introduction
  • Section URL: https://openstax.org/books/statistics/pages/9-1-null-and-alternative-hypotheses

© Jan 23, 2024 Texas Education Agency (TEA). The OpenStax name, OpenStax logo, OpenStax book covers, OpenStax CNX name, and OpenStax CNX logo are not subject to the Creative Commons license and may not be reproduced without the prior and express written consent of Rice University.

Library homepage

  • school Campus Bookshelves
  • menu_book Bookshelves
  • perm_media Learning Objects
  • login Login
  • how_to_reg Request Instructor Account
  • hub Instructor Commons

Margin Size

  • Download Page (PDF)
  • Download Full Book (PDF)
  • Periodic Table
  • Physics Constants
  • Scientific Calculator
  • Reference & Cite
  • Tools expand_more
  • Readability

selected template will load here

This action is not available.

Mathematics LibreTexts

8.1: The Elements of Hypothesis Testing

  • Last updated
  • Save as PDF
  • Page ID 130263

\( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \)

\( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)

\( \newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\)

( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\)

\( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\)

\( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\)

\( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\)

\( \newcommand{\Span}{\mathrm{span}}\)

\( \newcommand{\id}{\mathrm{id}}\)

\( \newcommand{\kernel}{\mathrm{null}\,}\)

\( \newcommand{\range}{\mathrm{range}\,}\)

\( \newcommand{\RealPart}{\mathrm{Re}}\)

\( \newcommand{\ImaginaryPart}{\mathrm{Im}}\)

\( \newcommand{\Argument}{\mathrm{Arg}}\)

\( \newcommand{\norm}[1]{\| #1 \|}\)

\( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\AA}{\unicode[.8,0]{x212B}}\)

\( \newcommand{\vectorA}[1]{\vec{#1}}      % arrow\)

\( \newcommand{\vectorAt}[1]{\vec{\text{#1}}}      % arrow\)

\( \newcommand{\vectorB}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \)

\( \newcommand{\vectorC}[1]{\textbf{#1}} \)

\( \newcommand{\vectorD}[1]{\overrightarrow{#1}} \)

\( \newcommand{\vectorDt}[1]{\overrightarrow{\text{#1}}} \)

\( \newcommand{\vectE}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash{\mathbf {#1}}}} \)

Learning Objectives

  • To understand the logical framework of tests of hypotheses.
  • To learn basic terminology connected with hypothesis testing.
  • To learn fundamental facts about hypothesis testing.

Types of Hypotheses

A hypothesis about the value of a population parameter is an assertion about its value. As in the introductory example we will be concerned with testing the truth of two competing hypotheses, only one of which can be true.

Definition: null hypothesis and alternative hypothesis

  • The null hypothesis , denoted \(H_0\), is the statement about the population parameter that is assumed to be true unless there is convincing evidence to the contrary.
  • The alternative hypothesis , denoted \(H_a\), is a statement about the population parameter that is contradictory to the null hypothesis, and is accepted as true only if there is convincing evidence in favor of it.

Definition: statistical procedure

Hypothesis testing is a statistical procedure in which a choice is made between a null hypothesis and an alternative hypothesis based on information in a sample.

The end result of a hypotheses testing procedure is a choice of one of the following two possible conclusions:

  • Reject \(H_0\) (and therefore accept \(H_a\)), or
  • Fail to reject \(H_0\) (and therefore fail to accept \(H_a\)).

The null hypothesis typically represents the status quo, or what has historically been true. In the example of the respirators, we would believe the claim of the manufacturer unless there is reason not to do so, so the null hypotheses is \(H_0:\mu =75\). The alternative hypothesis in the example is the contradictory statement \(H_a:\mu <75\). The null hypothesis will always be an assertion containing an equals sign, but depending on the situation the alternative hypothesis can have any one of three forms: with the symbol \(<\), as in the example just discussed, with the symbol \(>\), or with the symbol \(\neq\). The following two examples illustrate the latter two cases.

Example \(\PageIndex{1}\)

A publisher of college textbooks claims that the average price of all hardbound college textbooks is \(\$127.50\). A student group believes that the actual mean is higher and wishes to test their belief. State the relevant null and alternative hypotheses.

The default option is to accept the publisher’s claim unless there is compelling evidence to the contrary. Thus the null hypothesis is \(H_0:\mu =127.50\). Since the student group thinks that the average textbook price is greater than the publisher’s figure, the alternative hypothesis in this situation is \(H_a:\mu >127.50\).

Example \(\PageIndex{2}\)

The recipe for a bakery item is designed to result in a product that contains \(8\) grams of fat per serving. The quality control department samples the product periodically to insure that the production process is working as designed. State the relevant null and alternative hypotheses.

The default option is to assume that the product contains the amount of fat it was formulated to contain unless there is compelling evidence to the contrary. Thus the null hypothesis is \(H_0:\mu =8.0\). Since to contain either more fat than desired or to contain less fat than desired are both an indication of a faulty production process, the alternative hypothesis in this situation is that the mean is different from \(8.0\), so \(H_a:\mu \neq 8.0\).

In Example \(\PageIndex{1}\), the textbook example, it might seem more natural that the publisher’s claim be that the average price is at most \(\$127.50\), not exactly \(\$127.50\). If the claim were made this way, then the null hypothesis would be \(H_0:\mu \leq 127.50\), and the value \(\$127.50\) given in the example would be the one that is least favorable to the publisher’s claim, the null hypothesis. It is always true that if the null hypothesis is retained for its least favorable value, then it is retained for every other value.

Thus in order to make the null and alternative hypotheses easy for the student to distinguish, in every example and problem in this text we will always present one of the two competing claims about the value of a parameter with an equality. The claim expressed with an equality is the null hypothesis. This is the same as always stating the null hypothesis in the least favorable light. So in the introductory example about the respirators, we stated the manufacturer’s claim as “the average is \(75\) minutes” instead of the perhaps more natural “the average is at least \(75\) minutes,” essentially reducing the presentation of the null hypothesis to its worst case.

The first step in hypothesis testing is to identify the null and alternative hypotheses.

The Logic of Hypothesis Testing

Although we will study hypothesis testing in situations other than for a single population mean (for example, for a population proportion instead of a mean or in comparing the means of two different populations), in this section the discussion will always be given in terms of a single population mean \(\mu\).

The null hypothesis always has the form \(H_0:\mu =\mu _0\) for a specific number \(\mu _0\) (in the respirator example \(\mu _0=75\), in the textbook example \(\mu _0=127.50\), and in the baked goods example \(\mu _0=8.0\)). Since the null hypothesis is accepted unless there is strong evidence to the contrary, the test procedure is based on the initial assumption that \(H_0\) is true. This point is so important that we will repeat it in a display:

The test procedure is based on the initial assumption that \(H_0\) is true.

The criterion for judging between \(H_0\) and \(H_a\) based on the sample data is: if the value of \(\overline{X}\) would be highly unlikely to occur if \(H_0\) were true, but favors the truth of \(H_a\), then we reject \(H_0\) in favor of \(H_a\). Otherwise we do not reject \(H_0\).

Supposing for now that \(\overline{X}\) follows a normal distribution, when the null hypothesis is true the density function for the sample mean \(\overline{X}\) must be as in Figure \(\PageIndex{1}\): a bell curve centered at \(\mu _0\). Thus if \(H_0\) is true then \(\overline{X}\) is likely to take a value near \(\mu _0\) and is unlikely to take values far away. Our decision procedure therefore reduces simply to:

  • if \(H_a\) has the form \(H_a:\mu <\mu _0\) then reject \(H_0\) if \(\bar{x}\) is far to the left of \(\mu _0\);
  • if \(H_a\) has the form \(H_a:\mu >\mu _0\) then reject \(H_0\) if \(\bar{x}\) is far to the right of \(\mu _0\);
  • if \(H_a\) has the form \(H_a:\mu \neq \mu _0\) then reject \(H_0\) if \(\bar{x}\) is far away from \(\mu _0\) in either direction.

b91b73d0dbbd53dc069a390a463118a2.jpg

Think of the respirator example, for which the null hypothesis is \(H_0:\mu =75\), the claim that the average time air is delivered for all respirators is \(75\) minutes. If the sample mean is \(75\) or greater then we certainly would not reject \(H_0\) (since there is no issue with an emergency respirator delivering air even longer than claimed).

If the sample mean is slightly less than \(75\) then we would logically attribute the difference to sampling error and also not reject \(H_0\) either.

Values of the sample mean that are smaller and smaller are less and less likely to come from a population for which the population mean is \(75\). Thus if the sample mean is far less than \(75\), say around \(60\) minutes or less, then we would certainly reject \(H_0\), because we know that it is highly unlikely that the average of a sample would be so low if the population mean were \(75\). This is the rare event criterion for rejection: what we actually observed \((\overline{X}<60)\) would be so rare an event if \(\mu =75\) were true that we regard it as much more likely that the alternative hypothesis \(\mu <75\) holds.

In summary, to decide between \(H_0\) and \(H_a\) in this example we would select a “rejection region” of values sufficiently far to the left of \(75\), based on the rare event criterion, and reject \(H_0\) if the sample mean \(\overline{X}\) lies in the rejection region, but not reject \(H_0\) if it does not.

The Rejection Region

Each different form of the alternative hypothesis Ha has its own kind of rejection region:

  • if (as in the respirator example) \(H_a\) has the form \(H_a:\mu <\mu _0\), we reject \(H_0\) if \(\bar{x}\) is far to the left of \(\mu _0\), that is, to the left of some number \(C\), so the rejection region has the form of an interval \((-\infty ,C]\);
  • if (as in the textbook example) \(H_a\) has the form \(H_a:\mu >\mu _0\), we reject \(H_0\) if \(\bar{x}\) is far to the right of \(\mu _0\), that is, to the right of some number \(C\), so the rejection region has the form of an interval \([C,\infty )\);
  • if (as in the baked good example) \(H_a\) has the form \(H_a:\mu \neq \mu _0\), we reject \(H_0\) if \(\bar{x}\) is far away from \(\mu _0\) in either direction, that is, either to the left of some number \(C\) or to the right of some other number \(C′\), so the rejection region has the form of the union of two intervals \((-\infty ,C]\cup [C',\infty )\).

The key issue in our line of reasoning is the question of how to determine the number \(C\) or numbers \(C\) and \(C′\), called the critical value or critical values of the statistic, that determine the rejection region.

Definition: critical values

The critical value or critical values of a test of hypotheses are the number or numbers that determine the rejection region.

Suppose the rejection region is a single interval, so we need to select a single number \(C\). Here is the procedure for doing so. We select a small probability, denoted \(\alpha\), say \(1\%\), which we take as our definition of “rare event:” an event is “rare” if its probability of occurrence is less than \(\alpha\). (In all the examples and problems in this text the value of \(\alpha\) will be given already.) The probability that \(\overline{X}\) takes a value in an interval is the area under its density curve and above that interval, so as shown in Figure \(\PageIndex{2}\) (drawn under the assumption that \(H_0\) is true, so that the curve centers at \(\mu _0\)) the critical value \(C\) is the value of \(\overline{X}\) that cuts off a tail area \(\alpha\) in the probability density curve of \(\overline{X}\). When the rejection region is in two pieces, that is, composed of two intervals, the total area above both of them must be \(\alpha\), so the area above each one is \(\alpha /2\), as also shown in Figure \(\PageIndex{2}\).

72f0cd42fda04cdfb0341bcfe11601c1.jpg

The number \(\alpha\) is the total area of a tail or a pair of tails.

Example \(\PageIndex{3}\)

In the context of Example \(\PageIndex{2}\), suppose that it is known that the population is normally distributed with standard deviation \(\alpha =0.15\) gram, and suppose that the test of hypotheses \(H_0:\mu =8.0\) versus \(H_a:\mu \neq 8.0\) will be performed with a sample of size \(5\). Construct the rejection region for the test for the choice \(\alpha =0.10\). Explain the decision procedure and interpret it.

If \(H_0\) is true then the sample mean \(\overline{X}\) is normally distributed with mean and standard deviation

\[\begin{align} \mu _{\overline{X}} &=\mu \nonumber \\[5pt] &=8.0 \nonumber \end{align} \nonumber \]

\[\begin{align} \sigma _{\overline{X}}&=\dfrac{\sigma}{\sqrt{n}} \nonumber \\[5pt] &= \dfrac{0.15}{\sqrt{5}} \nonumber\\[5pt] &=0.067 \nonumber \end{align} \nonumber \]

Since \(H_a\) contains the \(\neq\) symbol the rejection region will be in two pieces, each one corresponding to a tail of area \(\alpha /2=0.10/2=0.05\). From Figure 7.1.6, \(z_{0.05}=1.645\), so \(C\) and \(C′\) are \(1.645\) standard deviations of \(\overline{X}\) to the right and left of its mean \(8.0\):

\[C=8.0-(1.645)(0.067) = 7.89 \; \; \text{and}\; \; C'=8.0 + (1.645)(0.067) = 8.11 \nonumber \]

The result is shown in Figure \(\PageIndex{3}\). α = 0.1

alt

The decision procedure is: take a sample of size \(5\) and compute the sample mean \(\bar{x}\). If \(\bar{x}\) is either \(7.89\) grams or less or \(8.11\) grams or more then reject the hypothesis that the average amount of fat in all servings of the product is \(8.0\) grams in favor of the alternative that it is different from \(8.0\) grams. Otherwise do not reject the hypothesis that the average amount is \(8.0\) grams.

The reasoning is that if the true average amount of fat per serving were \(8.0\) grams then there would be less than a \(10\%\) chance that a sample of size \(5\) would produce a mean of either \(7.89\) grams or less or \(8.11\) grams or more. Hence if that happened it would be more likely that the value \(8.0\) is incorrect (always assuming that the population standard deviation is \(0.15\) gram).

Because the rejection regions are computed based on areas in tails of distributions, as shown in Figure \(\PageIndex{2}\), hypothesis tests are classified according to the form of the alternative hypothesis in the following way.

Definitions: Test classifications

  • If \(H_a\) has the form \(\mu \neq \mu _0\) the test is called a two-tailed test .
  • If \(H_a\) has the form \(\mu < \mu _0\) the test is called a left-tailed test .
  • If \(H_a\) has the form \(\mu > \mu _0\)the test is called a right-tailed test .

Each of the last two forms is also called a one-tailed test .

Two Types of Errors

The format of the testing procedure in general terms is to take a sample and use the information it contains to come to a decision about the two hypotheses. As stated before our decision will always be either

  • reject the null hypothesis \(H_0\) in favor of the alternative \(H_a\) presented, or
  • do not reject the null hypothesis \(H_0\) in favor of the alternative \(H_0\) presented.

There are four possible outcomes of hypothesis testing procedure, as shown in the following table:

As the table shows, there are two ways to be right and two ways to be wrong. Typically to reject \(H_0\) when it is actually true is a more serious error than to fail to reject it when it is false, so the former error is labeled “ Type I ” and the latter error “ Type II ”.

Definition: Type I and Type II errors

In a test of hypotheses:

  • A Type I error is the decision to reject \(H_0\) when it is in fact true.
  • A Type II error is the decision not to reject \(H_0\) when it is in fact not true.

Unless we perform a census we do not have certain knowledge, so we do not know whether our decision matches the true state of nature or if we have made an error. We reject \(H_0\) if what we observe would be a “rare” event if \(H_0\) were true. But rare events are not impossible: they occur with probability \(\alpha\). Thus when \(H_0\) is true, a rare event will be observed in the proportion \(\alpha\) of repeated similar tests, and \(H_0\) will be erroneously rejected in those tests. Thus \(\alpha\) is the probability that in following the testing procedure to decide between \(H_0\) and \(H_a\) we will make a Type I error.

Definition: level of significance

The number \(\alpha\) that is used to determine the rejection region is called the level of significance of the test. It is the probability that the test procedure will result in a Type I error .

The probability of making a Type II error is too complicated to discuss in a beginning text, so we will say no more about it than this: for a fixed sample size, choosing \(alpha\) smaller in order to reduce the chance of making a Type I error has the effect of increasing the chance of making a Type II error . The only way to simultaneously reduce the chances of making either kind of error is to increase the sample size.

Standardizing the Test Statistic

Hypotheses testing will be considered in a number of contexts, and great unification as well as simplification results when the relevant sample statistic is standardized by subtracting its mean from it and then dividing by its standard deviation. The resulting statistic is called a standardized test statistic . In every situation treated in this and the following two chapters the standardized test statistic will have either the standard normal distribution or Student’s \(t\)-distribution.

Definition: hypothesis test

A standardized test statistic for a hypothesis test is the statistic that is formed by subtracting from the statistic of interest its mean and dividing by its standard deviation.

For example, reviewing Example \(\PageIndex{3}\), if instead of working with the sample mean \(\overline{X}\) we instead work with the test statistic

\[\frac{\overline{X}-8.0}{0.067} \nonumber \]

then the distribution involved is standard normal and the critical values are just \(\pm z_{0.05}\). The extra work that was done to find that \(C=7.89\) and \(C′=8.11\) is eliminated. In every hypothesis test in this book the standardized test statistic will be governed by either the standard normal distribution or Student’s \(t\)-distribution. Information about rejection regions is summarized in the following tables:

Every instance of hypothesis testing discussed in this and the following two chapters will have a rejection region like one of the six forms tabulated in the tables above.

No matter what the context a test of hypotheses can always be performed by applying the following systematic procedure, which will be illustrated in the examples in the succeeding sections.

Systematic Hypothesis Testing Procedure: Critical Value Approach

  • Identify the null and alternative hypotheses.
  • Identify the relevant test statistic and its distribution.
  • Compute from the data the value of the test statistic.
  • Construct the rejection region.
  • Compare the value computed in Step 3 to the rejection region constructed in Step 4 and make a decision. Formulate the decision in the context of the problem, if applicable.

The procedure that we have outlined in this section is called the “Critical Value Approach” to hypothesis testing to distinguish it from an alternative but equivalent approach that will be introduced at the end of Section 8.3.

Key Takeaway

  • A test of hypotheses is a statistical process for deciding between two competing assertions about a population parameter.
  • The testing procedure is formalized in a five-step procedure.

logo white

  • Mathematicians
  • Math Lessons
  • Square Roots
  • Math Calculators
  • Conclusion | Definition & Meaning

JUMP TO TOPIC

Hypothesis and Conclusion

If-then statement, a implies b, conclusion|definition & meaning.

 The term conclusion in maths is used to define us about the problem that we solve and when we produce the final result at the end then that stage of processes is called as conclusion.

think broadly

Figure 1 – Give the Right Conclusion to the problem 

When you solve a maths question, you have to end the problem by calculating the last answer and pulling a conclus ion by writing the answer.  A conclusion is the last step of the maths problem. The conclusion is the final answer produced in the end . The answer is completed by writing the arguments and statements by telling the answer to the question. The ending statement of a problem is called a conclusion.

Drawing conclusions refers to the act of thinking of interpreting a series of premises or some ideas and, from them, suggesting something that leads to a meaningful finding. It is normally regarded as a conscious way of learning .

conclusion depiction

As a rule, a mathematical statement comprises two sections : the first section is assumptions or hypotheses , and the other section is the conclusion . Most mathematical statements have the form “If A, then B.” Often, this statement is written as “A implies B” or “A $\Rightarrow $ B.”  The assumptions we make are what makes “A,” and the circumstances that make “B” are called the conclusion .

To prove that a given statement “If A, then B” is said to be true, we will require some assumptions for “A,” and after doing some work on it, we need to conclude that “B” must also hold when “A” holds.

If we are asked to apply the statement “If A, then B,” firstly, we should be sure that the conditions of the statement “A” are met and true before we start to talk about the conclusion “B.”

Suppose you want to apply the statement “x is even $\Rightarrow$ x2 is an integer.” First, you must verify  that x is even  before  you  conclude that x2 is an integer.

In maths, you will, at many times, confront statements in the form “X $\Leftrightarrow$ Y” or “X if and only if Y.”  These statements are actually two “if, then” statements. The following statement, “X if and only if Y,” is logically equivalent to the statements “If X, then Y” and “If Y, then X.” One more method for thinking about this kind of explanation is an equality between the statements X and Y: so, whenever X holds, Y holds, and whenever Y hold, X holds.

Assume the example: “ x is even $\Leftrightarrow$ x 2  is an integer “. Statement A says, “ x is even,” whereas statement B says, “ x 2  is an integer.” If we get a quick revision about what it suggests to be even (simply that x is a multiple of 2), we can see with ease that the following two statements are identical : If x = 2 k is proved to be even, then it implies x 2 = 2 k 2 = k is an integer, and we know that x 2 = k is an integer, then x = 2 k so n is proved to be even.

In day-to-day use, a statement which is in the form “ If A, then B ,” in some cases, means “ A if and only if B. ” For example, when people agree on a deal, they say, “If you agree to sell me your car for 500k, then I’ll buy from you this week” they straightaway mean, “I’ll buy your car if and only if you agree to sell me in 500k.” In other words, if you don’t agree on 500k, they will not be buying your car from you .

In geometry, the validation or proof is stated in the if-then format. The “if” is a condition or hypothesis , and if that condition is met, only then the second part of the statement is true , which is called the conclusion . The working is like any other if-then statement. For illustration, the statement “If a toy shop has toys for two age groups and 45 percent of toys in the shop are for 14 or above years old, then 55 percent of the toys in the shop are for 13 and fewer years old.” The above statement concludes that “55 percent of the toys in the shop are for 13 and fewer years old.”

In maths, the statement “A if and only if B” is very different from “A implies B.” Assume the example: “ x is an integer” is the A statement, and “ x 3 is a rational number” is the B statement  The statement “A implies B” here means “If x is an integer, then x 3 is a rational number.” The statement is proven to be true. On the other hand, the statement, “A, if and only if B,” means “ x is an integer if and only if x 3 is a rational number,” which is not true in this case.

Examples of Drawing Conclusions

Consider the equation below. Comment if this equation is true or false.

conclusion example problem

Figure 3 – Example Problem

To calculate its true answer, first, consider the hypothesis $x>0$. Whatever we are going to conclude, it will be a consequence of the truth that $x$ is positive.

Next, consider the conclusion $x+1>0$. This equation is right, since $x+1>x>0$.

This implies that the provided inequality is true.

Simplify the below problem by providing a conclusion by calculating the answer of A.

\[ A= \dfrac{35}{3} \]

The expression given in the question is: $A= \dfrac{35}{3}$

Calculating the answer of A to make a conclusion, The arithmetic operation division is found in the question that is to be figured out in the provided problem. After figuring out the answer to expression A, The conclusion will be given.

\[ A= 11. 667 \]

Therefore, we conclude the question by calculating the answer of $A=11.666$

Consider the equation $0>1 \Rightarrow sinx=2$. Is this equation true or false?

To calculate the correct answer, first consider the hypothesis $0>1$. This equation is clearly false.

calculate the below problem by providing a conclusion by estimating the value of X.

\[ 3+8 \times 2\]

The expression given in the problem is $3+8 \times 2 $.

Multiplication and Plus operation is to be carried out to calculate the answer to the given problem. After figuring out the answer to X  the conclusion will be given.

Thus, we conclude the example by calculating the value of $X = 19$.

All images/mathematical drawings were created with GeoGebra.

Concentric Circles Definition < Glossary Index > Cone Definiton

Thank you for visiting nature.com. You are using a browser version with limited support for CSS. To obtain the best experience, we recommend you use a more up to date browser (or turn off compatibility mode in Internet Explorer). In the meantime, to ensure continued support, we are displaying the site without styles and JavaScript.

  • View all journals
  • Explore content
  • About the journal
  • Publish with us
  • Sign up for alerts
  • Published: 05 June 2024

Fault-network geometry influences earthquake frictional behaviour

  • Jaeseok Lee 1 ,
  • Victor C. Tsai   ORCID: orcid.org/0000-0003-1809-6672 1 ,
  • Greg Hirth 1 ,
  • Avigyan Chatterjee   ORCID: orcid.org/0000-0001-7422-6529 2 &
  • Daniel T. Trugman 2  

Nature ( 2024 ) Cite this article

85 Altmetric

Metrics details

Understanding the factors governing the stability of fault slip is a crucial problem in fault mechanics 1 , 2 , 3 . The importance of fault geometry and roughness on fault-slip behaviour has been highlighted in recent lab experiments 4 , 5 , 6 , 7 and numerical models 8 , 9 , 10 , 11 , and emerging evidence suggests that large-scale complexities in fault networks have a vital role in the fault-rupture process 12 , 13 , 14 , 15 , 16 , 17 , 18 . Here we present a new perspective on fault creep by investigating the link between fault-network geometry and surface creep rates in California, USA. Our analysis reveals that fault groups exhibiting creeping behaviour show smaller misalignment in their fault-network geometry. The observation indicates that the surface fault traces of creeping regions tend to be simple, whereas locked regions tend to be more complex. We propose that the presence of complex fault-network geometries results in geometric locking that promotes stick-slip behaviour characterized by earthquakes, whereas simpler geometries facilitate smooth fault creep. Our findings challenge traditional hypotheses on the physical origins of fault creep explained primarily in terms of fault friction 19 , 20 , 21 and demonstrate the potential for a new framework in which large-scale earthquake frictional behaviour is determined by a combination of geometric factors and rheological yielding properties.

This is a preview of subscription content, access via your institution

Access options

Access Nature and 54 other Nature Portfolio journals

Get Nature+, our best-value online-access subscription

24,99 € / 30 days

cancel any time

Subscribe to this journal

Receive 51 print issues and online access

185,98 € per year

only 3,65 € per issue

Buy this article

  • Purchase on Springer Link
  • Instant access to full article PDF

Prices may be subject to local taxes which are calculated during checkout

hypothesis statement definition geometry

Similar content being viewed by others

hypothesis statement definition geometry

Fault rock heterogeneity can produce fault weakness and reduce fault stability

hypothesis statement definition geometry

Fault strength and rupture process controlled by fault surface topography

hypothesis statement definition geometry

Creep fronts and complexity in laboratory earthquake sequences illuminate delayed earthquake triggering

Data availability.

The surface creep data used in this study are available from ref.  33 ( https://www.usgs.gov/data/creep-rate-models-california-faults-2023-us-national-seismic-hazard-model ). The surface fault traces are from the USGS Quaternary Fault and Fold Database of the United States ( https://www.usgs.gov/programs/earthquake-hazards/faults ). The earthquake catalogue data can be downloaded from the Northern California Earthquake Data Center (NCEDC, https://doi.org/10.7932/NCEDC ) and the Southern California Earthquake Center (SCEDC, https://doi.org/10.7909/C3WD3xH1 ).  Source data are provided with this paper.

Code availability

Codes used in this research are available on Zenodo at https://doi.org/10.5281/zenodo.10982013 (ref.  59 ).

Avouac, J.-P. From geodetic imaging of seismic and aseismic fault slip to dynamic modeling of the seismic cycle. Annu. Rev. Earth Planet. Sci. 43 , 233–271 (2015).

Article   ADS   CAS   Google Scholar  

Harris, R. A. Large earthquakes and creeping faults. Rev. Geophys. 55 , 169–198 (2017).

Article   ADS   Google Scholar  

Bürgmann, R. The geophysics, geology and mechanics of slow fault slip. Earth Planet. Sci. Lett. 495 , 112–134 (2018).

Harbord, C. W., Nielsen, S. B., De Paola, N. & Holdsworth, R. E. Earthquake nucleation on rough faults. Geology 45 , 931–934 (2017).

Eijsink, A. M., Kirkpatrick, J. D., Renard, F. & Ikari, M. J. Fault surface morphology as an indicator for earthquake nucleation potential. Geology 50 , 1356–1360 (2022).

Goebel, T. H., Brodsky, E. E. & Dresen, G. Fault roughness promotes earthquake‐like aftershock clustering in the lab. Geophys. Res. Lett. 50 , e2022GL101241 (2023).

Morad, D., Sagy, A., Tal, Y. & Hatzor, Y. H. Fault roughness controls sliding instability. Earth Planet. Sci. Lett. 579 , 117365 (2022).

Article   CAS   Google Scholar  

Bhat, H. S., Olives, M., Dmowska, R. & Rice, J. R. Role of fault branches in earthquake rupture dynamics. J. Geophys. Res. Solid Earth 112 , B11309 (2007).

Romanet, P., Bhat, H. S., Jolivet, R. & Madariaga, R. Fast and slow slip events emerge due to fault geometrical complexity. Geophys. Res. Lett. 45 , 4809–4819 (2018).

Cattania, C. & Segall, P. Precursory slow slip and foreshocks on rough faults. J. Geophys. Res. Solid Earth 126 , e2020JB020430 (2021).

Ozawa, S. & Ando, R. Mainshock and aftershock sequence simulation in geometrically complex fault zones. J. Geophys. Res. Solid Earth 126 , e2020JB020865 (2021).

Perrin, C., Manighetti, I., Ampuero, J.-P., Cappa, F. & Gaudemer, Y. Location of largest earthquake slip and fast rupture controlled by along-strike change in fault structural maturity due to fault growth. J. Geophys. Res. Solid Earth 121 , 3666–3685 (2016).

Tsai, V. C. & Hirth, G. Elastic impact consequences for high-frequency earthquake ground motion. Geophys. Res. Lett. 47 , e2019GL086302 (2020).

Biasi, G. P. & Wesnousky, S. G. Rupture passing probabilities at fault bends and steps, with application to rupture length probabilities for earthquake early warning. Bull. Seismol. Soc. Am. 111 , 2235–2247 (2021).

Article   Google Scholar  

Chu, S. X., Tsai, V. C., Trugman, D. T. & Hirth, G. Fault interactions enhance high-frequency earthquake radiation. Geophys. Res. Lett. 48 , e2021GL095271 (2021).

Rodriguez Padilla, A. M., Oskin, M. E., Rockwell, T. K., Delusina, I. & Singleton, D. M. Joint earthquake ruptures of the San Andreas and San Jacinto faults, California, USA. Geology 50 , 387–391 (2021).

Tsai, V. C., Hirth, G., Trugman, D. T. & Chu, S. X. Impact versus frictional earthquake models for high-frequency radiation in complex fault zones. J. Geophys. Res. Solid Earth 126 , e2021JB022313 (2021).

Gauriau, J. & Dolan, J. F. Relative structural complexity of plate-boundary fault systems controls incremental slip-rate behavior of major strike-slip faults. Geochem. Geophys. Geosyst. 22 , e2021GC009938 (2021).

Scholz, C. Earthquakes and friction laws. Nature 391 , 37–42 (1998).

Bizzarri, A. & Bhat, H. S. (eds) The Mechanics of Faulting: From Laboratory to Real Earthquakes (Research Signpost, 2012).

Kaneko, Y., Fialko, Y., Sandwell, D. T., Tong, X. & Furuya, M. Interseismic deformation and creep along the central section of the North Anatolian Fault (Turkey): InSAR observations and implications for rate-and-state friction properties. J. Geophys. Res. Solid Earth 118 , 316–331 (2013).

Lockner, D., Morrow, C., Moore, D. & Hickman, S. Low strength of deep San Andreas fault gouge from SAFOD core. Nature 472 , 82–85 (2011).

Article   ADS   CAS   PubMed   Google Scholar  

Moore, D. E. & Rymer, M. J. Talc-bearing serpentinite and the creeping section of the San Andreas fault. Nature 448 , 795–797 (2007).

Moore, D. E., McLaughlin, R. J. & Lienkaemper, J. J. Serpentinite in a creeping trace of the Bartlett Springs Fault, Northern California. Geological Society of America Abstracts with Programs, Vol. 47, No. 7, p. 775, Paper No. 306-3 (2015).

Lindsey, E. O. & Fialko, Y. Geodetic constraints on frictional properties and earthquake hazard in the Imperial Valley, Southern California. J. Geophys. Res. Solid Earth 121 , 1097–1113 (2016).

Wei, M., Sandwell, D. & Fialko, Y. A silent M w 4.7 slip event of October 2006 on the Superstition Hills fault, southern California. J. Geophys. Res. Solid Earth 114 , B07402 (2009).

Funning, G. J., Burgmann, R., Ferretti, A., Novali, F. & Fumagalli, A. Creep on the Rodgers Creek fault, northern San Francisco Bay area from a 10 year PS-InSAR dataset. Geophys. Res. Lett. 34 , L19306 (2007).

Lienkaemper, J. J., McFarland, F. S., Simpson, R. W. & Caskey, S. J. Using surface creep rate to infer fraction locked for sections of the San Andreas fault system in northern California from alignment array and GPS data. Bull. Seismol. Soc. Am. 104 , 3094–3114 (2014).

Jolivet, R. et al. The burst‐like behavior of aseismic slip on a rough fault: the creeping section of the Haiyuan fault, China. Bull. Seismol. Soc. Am. 105 , 480–488 (2014).

Jolivet, R. et al. Spatio-temporal evolution of aseismic slip along the Haiyuan fault, China: implications for fault frictional properties. Earth Planet. Sci. Lett. 377–378 , 23–33 (2013).

Li, Y., Bürgmann, R. & Taira, T. Spatiotemporal variations of surface deformation, shallow creep rate, and slip partitioning between the San Andreas and southern Calaveras Fault. J. Geophys. Res. Solid Earth 128 , e2022JB025363 (2023).

Lindsey, E. O., Fialko, Y., Bock, Y., Sandwell, D. T. & Bilham, R. Localized and distributed creep along the southern San Andreas Fault. J. Geophys. Res. Solid Earth 119 , 7909–7922 (2014). (2014).

Johnson, K. M., Murray, J. R. & Wespestad, C. Creep rate models for the 2023 US National Seismic Hazard Model: physically constrained inversions for the distribution of creep on California faults. Seismol. Res. Lett. 93 , 3151–3169 (2022).

Mitchell, T. M. & Faulkner, D. R. The nature and origin of off-fault damage surrounding strike-slip fault zones with a wide range of displacements: a field study from the Atacama fault system, northern Chile. J. Struct. Geol. 31 , 802–816 (2009).

Power, W. L., Tullis, T. E., Brown, S. R., Boitnott, G. N. & Scholz, C. H. Roughness of natural fault surfaces. Geophys. Res. Lett. 14 , 29–32 (1987).

Candela, T. et al. Roughness of fault surfaces over nine decades of length scales. J. Geophys. Res. Solid Earth 117 , B08409 (2012).

Wang, K. & Bilek, S. L. Invited review paper: fault creep caused by subduction of rough seafloor relief. Tectonophysics 610 , 1–24 (2014).

Reches, Z. & Fineberg, J. Earthquakes as dynamic fracture phenomena. J. Geophys. Res. Solid Earth 128 , e2022JB026295 (2023).

Marone, C., & Saffer, D. M. in The Seismogenic Zone of Subduction Thrust Faults (eds Dixon, T. H. & Moore, J. C.) 346–369 (Columbia Univ. Press, 2007).

Holden, C. et al. The 2016 Kaikōura earthquake revealed by kinematic source inversion and seismic wavefield simulations: slow rupture propagation on a geometrically complex crustal fault network. Geophys. Res. Lett. 44 , 11,320–11,328 (2017).

Swanson, M. T. in Earthquakes: Radiated Energy and the Physics of Faulting (eds Abercrombie, R. et al.) 167–179 (American Geophysical Union, 2006).

Antoine, S. L., Klinger, Y., Delorme, A. & Gold, R. D. Off-fault deformation in regions of complex fault geometries: the 2013, M w 7.7, Baluchistan rupture (Pakistan). J. Geophys. Res. Solid Earth 127 , e2022JB024480 (2022).

Liu, Y.-K., Ross, Z. E., Cochran, E. S. & Lapusta, N. A unified perspective of seismicity and fault coupling along the San Andreas Fault. Sci. Adv. 8 , eabk1167 (2022).

Article   PubMed   PubMed Central   Google Scholar  

Dunham, E. M., Belanger, D., Cong, L. & Kozdon, J. E. Earthquake ruptures with strongly rate-weakening friction and off-fault plasticity, part 2: nonplanar faults. Bull. Seismol. Soc. Am. 101 , 2308–2322 (2011).

Ross, E. O., Reber, J. E. & Titus, S. J. Relating slip behavior to off-fault deformation using physical models. Geophys. Res. Lett. 49 , e2021GL096784 (2022).

Boettcher, M. S. & Jordan, T. H. Earthquake scaling relations for mid-ocean ridge transform faults. J. Geophys. Res. Solid Earth 109 , B12302 (2004).

McGuire, J. et al. Variations in earthquake rupture properties along the Gofar transform fault, East Pacific Rise. Nat. Geosci. 5 , 336–341 (2012).

Ikari, M. J. & Kopf, A. J. Seismic potential of weak, near-surface faults revealed at plate tectonic slip rates. Sci. Adv. 3 , e1701269 (2017).

Article   ADS   PubMed   PubMed Central   Google Scholar  

Chaussard, E. et al. Interseismic coupling and refined earthquake potential on the Hayward-Calaveras fault zone. J. Geophys. Res. Solid Earth 120 , 8570–8590 (2015).

Murray, J. R., Minson, S. E. & Svarc, J. L. Slip rates and spatially variable creep on faults of the northern San Andreas system inferred through Bayesian inversion of Global Positioning System data. J. Geophys. Res. Solid Earth 119 , 6023–6047 (2014).

Kaduri, M., Gratier, J.-P., Renard, F., Çakir, Z. & Lasserre, C. The implications of fault zone transformation on aseismic creep: example of the North Anatolian Fault, Turkey. J. Geophys. Res. Solid Earth 122 , 4208–4236 (2017).

Aslan, G. et al. Shallow creep along the 1999 Izmit earthquake rupture (Turkey) from GPS and high temporal resolution interferometric synthetic aperture radar data (2011–2017). J. Geophys. Res. Solid Earth 124 , 2218–2236 (2019).

Jolivet, R. et al. Daily to centennial behavior of aseismic slip along the central section of the North Anatolian Fault. J. Geophys. Res. Solid Earth 128 , e2022JB026018 (2023).

Zelenin, E., Bachmanov, D., Garipova, S., Trifonov, V. & Kozhurin, A. The Active Faults of Eurasia Database (AFEAD): the ontology and design behind the continental-scale dataset. Earth Syst. Sci. Data. 14 , 4489–4503 (2022).

Dalaison, M., Jolivet, R., van Rijsingen, E. M. & Michel, S. The interplay between seismic and aseismic slip along the Chaman fault illuminated by InSAR. J. Geophys. Res. Solid Earth 126 , e2021JB021935 (2021).

Barnhart, W. D. Fault creep rates of the Chaman fault (Afghanistan and Pakistan) inferred from InSAR. J. Geophys. Res. Solid Earth. 122 , 372–386 (2017).

Fattahi, H. & Amelung, F. InSAR observations of strain accumulation and fault creep along the Chaman Fault system, Pakistan and Afghanistan. Geophys. Res. Lett. 43 , 8399–8406 (2016).

Ruleman, C. A., Crone, A. J., Machette, M. N., Haller, K. M., & Rukstales, K. S. Map and database of probable and possible Quaternary faults in Afghanistan. U.S. Geological Survey Open-File Report 2007-1103 (2007).

Lee, J. Data and code for ‘Fault network geometry influences earthquake frictional behavior’. Zenodo https://doi.org/10.5281/zenodo.10982013 (2024).

Fenimore, C., Libert, J. & Brill, M. Algebraic constraints implying monotonicity for cubics. National Institute of Standards and Technology https://doi.org/10.6028/NIST.IR.6453 (2000).

Download references

Acknowledgements

The work presented in this paper was supported by National Science Foundation grants EAR-2146640 and EAR-2231705.

Author information

Authors and affiliations.

Department of Earth, Environmental, and Planetary Sciences, Brown University, Providence, RI, USA

Jaeseok Lee, Victor C. Tsai & Greg Hirth

Nevada Seismological Laboratory, University of Nevada, Reno, NY, USA

Avigyan Chatterjee & Daniel T. Trugman

You can also search for this author in PubMed   Google Scholar

Contributions

V.C.T. conceived and designed the study. J.L. led the investigation, including data analysis, visualization and interpretation. D.T.T. and A.C. contributed to the statistical analysis and interpretation of fault complexity and creep rate data. G.H. helped with the interpretation of results in the framework of rock mechanics and frictional theory. J.L. took the lead in drafting the manuscript. All authors provided input on the analysis, reviewed the results, contributed to editing the manuscript and approved the final version of the manuscript. V.C.T., D.T.T. and G.H. secured funding to support the project.

Corresponding author

Correspondence to Victor C. Tsai .

Ethics declarations

Competing interests.

The authors declare no competing interests.

Peer review

Peer review information.

Nature thanks Romain Jolivet and the other, anonymous, reviewer(s) for their contribution to the peer review of this work. Peer reviewer reports are available.

Additional information

Publisher’s note Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Extended data figures and tables

Extended data fig. 1 scatter plots for fault misalignment and fault density..

a , Scatter plot of surface creep rate versus fault misalignment. b , Scatter plot of surface creep rate normalized by accumulated seismic moment versus fault misalignment. The negative correlation between fault misalignment and normalized creep remains consistent. c , Scatter plot of surface creep rate and fault misalignment versus fault density. Fault density correlates with fault misalignment but does not show any correlation with creep rates. a – c , Spearman’s rank correlation (RC) coefficients between the variables are in the subplot titles and the red error bar plots indicate the means and standard deviations for the binned intervals.

Extended Data Fig. 2 Fault misalignment and creep outside California.

a , Fault misalignment and fault creep rates along the North Anatolian Fault. Inner circles indicate surface creep rates 51 , 52 , 53 and outer circles indicate measured fault misalignments. Surface fault traces are coloured in white 54 . b , Scatter plot of fault misalignment and surface creep rates along the North Anatolian Fault. Spearman’s rank correlation (RC) coefficient between the two is indicated in the subplot title. c , Fault misalignment and fault creep rates along the Chaman Fault. Inner circles indicate surface creep rates 55 and outer circles indicate measured fault misalignments. Surface fault traces are coloured in white 58 . d , Scatter plot of fault misalignment and surface creep rates along the Chaman Fault. Spearman’s RC coefficient between the two is indicated in the subplot title.

Extended Data Fig. 3 Average surface creep rates and fault misalignment for different fault segments in California.

Spearman’s rank correlation (RC) coefficient between the two is indicated in the subplot title and the dashed black line indicates a monotonic cubic polynomial of best fit 60 . The shaded green area is a 95% confidence interval around the best fit. The inset map in the upper-right corner depicts the fault segments using the same colours as in the main plot.

Extended Data Fig. 4 Creep rate sampling.

Comparison of surface creep rates sampled at 10-km intervals along faults in California (red) with the compiled measurements from ref.  33 (black). The number of estimates for each fault is indicated in the subplot titles. Estimates and errors at the sampled locations are calculated as the weighted average of measurements within 10 km.

Extended Data Fig. 5 Tests of robustness.

a , Variation in the mean and standard deviation of fault misalignment for locked and creeping faults for different creep cutoff thresholds. b , Changes in the mean and standard deviation of fault misalignment for locked and creeping faults (threshold: 3 mm per year), considering various radius circles for measuring fault-network misalignment. The distinct distribution of fault misalignment between locked and creeping faults remains consistent, regardless of the chosen cutoff threshold or radius circle used to measure fault complexity. As the radius increases, the fault misalignment in creeping faults with simple geometries remains relatively constant. By contrast, for locked faults with complex geometries, fault misalignment increases as a result of the violation of the fractality assumption at smaller scales, attributed to limited resolution.

Extended Data Fig. 6 Fault metric regions.

Fault metrics are computed within the red circles.

Supplementary information

Peer review file, source data, source data fig. 1, rights and permissions.

Springer Nature or its licensor (e.g. a society or other partner) holds exclusive rights to this article under a publishing agreement with the author(s) or other rightsholder(s); author self-archiving of the accepted manuscript version of this article is solely governed by the terms of such publishing agreement and applicable law.

Reprints and permissions

About this article

Cite this article.

Lee, J., Tsai, V.C., Hirth, G. et al. Fault-network geometry influences earthquake frictional behaviour. Nature (2024). https://doi.org/10.1038/s41586-024-07518-6

Download citation

Received : 12 October 2023

Accepted : 03 May 2024

Published : 05 June 2024

DOI : https://doi.org/10.1038/s41586-024-07518-6

Share this article

Anyone you share the following link with will be able to read this content:

Sorry, a shareable link is not currently available for this article.

Provided by the Springer Nature SharedIt content-sharing initiative

By submitting a comment you agree to abide by our Terms and Community Guidelines . If you find something abusive or that does not comply with our terms or guidelines please flag it as inappropriate.

Quick links

  • Explore articles by subject
  • Guide to authors
  • Editorial policies

Sign up for the Nature Briefing newsletter — what matters in science, free to your inbox daily.

hypothesis statement definition geometry

IMAGES

  1. If Then Hypothesis Format

    hypothesis statement definition geometry

  2. Hypothesis Conclusion (Geometry 1_4)

    hypothesis statement definition geometry

  3. Geometry Section 2-3 1112

    hypothesis statement definition geometry

  4. Hypothesis Conclusion (Geometry 1_4)

    hypothesis statement definition geometry

  5. Geometry: 8. Conditional Statements

    hypothesis statement definition geometry

  6. Definition Of Hypothesis Geometry

    hypothesis statement definition geometry

VIDEO

  1. Hypothesis: meaning Definition #hypothesis #statistics #statisticsforeconomics #statisticalanalysis

  2. What Is A Hypothesis?

  3. Hypothesis|Meaning|Definition|Characteristics|Source|Types|Sociology|Research Methodology|Notes

  4. HYPOTHESIS STATEMENT IS ACCEPTED OR REJECTED l THESIS TIPS & GUIDE

  5. Differences Between Hypothesis Formulation and Hypothesis Development

  6. Concept of Hypothesis

COMMENTS

  1. 2.11: If Then Statements

    The conclusion is the result of a hypothesis. Figure 2.11.1 2.11. 1. If-then statements might not always be written in the "if-then" form. Here are some examples of conditional statements: Statement 1: If you work overtime, then you'll be paid time-and-a-half. Statement 2: I'll wash the car if the weather is nice.

  2. 1.1: Statements and Conditional Statements

    A conditional statement is a statement that can be written in the form "If P then Q ," where P and Q are sentences. For this conditional statement, P is called the hypothesis and Q is called the conclusion. Intuitively, "If P then Q " means that Q must be true whenever P is true.

  3. Hypothesis Definition (Illustrated Mathematics Dictionary)

    Hypothesis. A statement that could be true, which might then be tested. Example: Sam has a hypothesis that "large dogs are better at catching tennis balls than small dogs". We can test that hypothesis by having hundreds of different sized dogs try to catch tennis balls. Sometimes the hypothesis won't be tested, it is simply a good explanation ...

  4. Difference between axioms, theorems, postulates, corollaries, and

    Non-logical axioms sometimes called postulates, define properties for the domain of specific mathematical theory, or logical statements, which are used in deduction to build mathematical theories. "Things which are equal to the same thing, are equal to one another" is an example for a well-known axiom laid down by Euclid.

  5. Conditional Statements (15+ Examples in Geometry)

    Example. Conditional Statement: "If today is Wednesday, then yesterday was Tuesday.". Hypothesis: "If today is Wednesday" so our conclusion must follow "Then yesterday was Tuesday.". So the converse is found by rearranging the hypothesis and conclusion, as Math Planet accurately states. Converse: "If yesterday was Tuesday, then ...

  6. Conditional Statements Study Guide

    Geometry uses conditional statements that can be symbolically written as \(p \rightarrow q\) (read as "if , then")."If" is the hypothesis, and "then" is the conclusion.. The conclusion is sometimes written before the hypothesis. Does not always have to include the words "if" and "then."

  7. If-then statement (Geometry, Proof)

    Hypotheses followed by a conclusion is called an If-then statement or a conditional statement. This is noted as. p → q p → q. This is read - if p then q. A conditional statement is false if hypothesis is true and the conclusion is false. The example above would be false if it said "if you get good grades then you will not get into a good ...

  8. Understanding Hypotheses

    A hypothesis is a statement or idea which gives an explanation to a series of observations. Sometimes, following observation, a hypothesis will clearly need to be refined or rejected. This happens if a single contradictory observation occurs. For example, suppose that a child is trying to understand the concept of a dog.

  9. Definition and examples of hypothesis

    Correct Answer: C. Solution: Step 1: The hypothesis is sometimes true. Because, its true only for a square and a rhombus, not for the other quadrilaterals rectangle, parallelogram, or trapezoid. Hypothesis is the part of a conditional statement...Complete information about the hypothesis, definition of an hypothesis, examples of an hypothesis ...

  10. Biconditional Statement

    Hypothesis in Geometry: Definition. A hypothesis is what is assumed to be true in a statement. Going back to the analogy of "if this, then that," the this is the hypothesis. The hypothesis is the ...

  11. Conditional Statement: Definition, Truth Table, Examples

    Conditional Statement: Definition. A conditional statement is characterized by the presence of "if" as an antecedent and "then" as a consequent. A conditional statement, also known as an "if-then" statement consists of two parts: The "if" clause (hypothesis): This part presents a condition, situation, or assertion.

  12. Hypothesis

    Definition. A hypothesis is a claim or statement that makes sense in the context of some information or data at hand but hasn't been established as true or false through experimentation or proof. In mathematics, any statement or equation that describes some relationship between certain variables can be termed as hypothesis if it is consistent ...

  13. Conditional Statements in Geometry

    A conditional statement in geometry is an "if-then" statement.. The part of the statement that follows "if" is called the hypothesis, and the part of the statement that follows "then" is called the conclusion.. We also represent conditional statements symbolically. For a conditional statement, p represents the hypothesis and q represents the conclusion.

  14. Examples of null and alternative hypotheses

    It is the opposite of your research hypothesis. The alternative hypothesis--that is, the research hypothesis--is the idea, phenomenon, observation that you want to prove. If you suspect that girls take longer to get ready for school than boys, then: Alternative: girls time > boys time. Null: girls time <= boys time.

  15. Understanding the Role of Hypotheses and Conclusions in Mathematical

    Hypothesis and conclusion. In the context of mathematics and logic, a hypothesis is a statement or proposition that is assumed to be true for the purpose of a logical argument or investigation. It is usually denoted by "H" or "P" and is the starting point for many mathematical proofs. For example, let's consider the hypothesis: "If ...

  16. Understanding a Conditional Statement

    Definition: A Conditional Statement is... symbolized by p q, it is an if-then statement in which p is a hypothesis and q is a conclusion. The logical connector in a conditional statement is denoted by the symbol . The conditional is defined to be true unless a true hypothesis leads to a false conclusion. A truth table for p q is shown below.

  17. Converse statement

    A statement which is of the form of "if p then q" is a conditional statement, where 'p' is called hypothesis and 'q' is called the conclusion. A converse statement is gotten by exchanging the positions of 'p' and 'q' in the given condition. if p → q, p → q, then, q → p q → p. For example,

  18. Hypothesis -- from Wolfram MathWorld

    A hypothesis is a proposition that is consistent with known data, but has been neither verified nor shown to be false. In statistics, a hypothesis (sometimes called a statistical hypothesis) refers to a statement on which hypothesis testing will be based. Particularly important statistical hypotheses include the null hypothesis and alternative hypothesis. In symbolic logic, a hypothesis is the ...

  19. 9.1 Null and Alternative Hypotheses

    The actual test begins by considering two hypotheses.They are called the null hypothesis and the alternative hypothesis.These hypotheses contain opposing viewpoints. H 0, the —null hypothesis: a statement of no difference between sample means or proportions or no difference between a sample mean or proportion and a population mean or proportion. In other words, the difference equals 0.

  20. 8.1: The Elements of Hypothesis Testing

    Definition: statistical procedure. Hypothesis testing is a statistical procedure in which a choice is made between a null hypothesis and an alternative hypothesis based on information in a sample. The end result of a hypotheses testing procedure is a choice of one of the following two possible conclusions: Reject H0.

  21. Riemann hypothesis

    In mathematics, the Riemann hypothesis is the conjecture that the Riemann zeta function has its zeros only at the negative even integers and complex numbers with real part 1 / 2.Many consider it to be the most important unsolved problem in pure mathematics. It is of great interest in number theory because it implies results about the distribution of prime numbers.

  22. Theorem

    The Pythagorean theorem has at least 370 known proofs.. In mathematics, a theorem is a statement that has been proved, or can be proved. The proof of a theorem is a logical argument that uses the inference rules of a deductive system to establish that the theorem is a logical consequence of the axioms and previously proved theorems.. In mainstream mathematics, the axioms and the inference ...

  23. Conclusion

    Hypothesis and Conclusion. As a rule, a mathematical statement comprises two sections: the first section is assumptions or hypotheses, and the other section is the conclusion.Most mathematical statements have the form "If A, then B."Often, this statement is written as "A implies B" or "A $\Rightarrow $ B." The assumptions we make are what makes "A," and the circumstances that ...

  24. Fault-network geometry influences earthquake frictional behaviour

    Our hypothesis suggesting that the large-scale frictional behaviour of faults is influenced by the complex geometry of fault networks could illuminate the interaction between friction and fault ...